ark::awlog::LoggedObject
Defined in header “ark/awlog/awlog_reader.hh”.
This structure contains a ’logged object’, which contains type information and raw bytes related to the object being read.
Variables
-
std::string channel_name
The name of the object. Look at the manifest to resolve additional type information. -
std::chrono::steady_clock::time_point indexed_time{}
The indexed timestamp. -
core::ByteBuffer data
The raw data of this object.