17 #ifndef CYBER_RECORD_RECORD_MESSAGE_H_ 18 #define CYBER_RECORD_RECORD_MESSAGE_H_ 27 static constexpr
size_t kGB = 1 << 30;
28 static constexpr
size_t kMB = 1 << 20;
29 static constexpr
size_t kKB = 1 << 10;
71 #endif // CYBER_RECORD_RECORD_READER_H_ uint64_t time
The time (nanosecond) of the message.
Definition: record_message.h:64
Basic data struct of record message.
Definition: record_message.h:34
RecordMessage()
The constructor.
Definition: record_message.h:38
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
std::string content
The content of the message.
Definition: record_message.h:59
std::string channel_name
The channel name of the message.
Definition: record_message.h:54
RecordMessage(const std::string &name, const std::string &message, uint64_t msg_time)
The constructor.
Definition: record_message.h:47