Basic data struct of record message.
More...
#include <record_message.h>
Basic data struct of record message.
◆ RecordMessage() [1/2]
apollo::cyber::record::RecordMessage::RecordMessage |
( |
| ) |
|
|
inline |
◆ RecordMessage() [2/2]
apollo::cyber::record::RecordMessage::RecordMessage |
( |
const std::string & |
name, |
|
|
const std::string & |
message, |
|
|
uint64_t |
msg_time |
|
) |
| |
|
inline |
The constructor.
- Parameters
-
◆ channel_name
std::string apollo::cyber::record::RecordMessage::channel_name |
The channel name of the message.
◆ content
std::string apollo::cyber::record::RecordMessage::content |
The content of the message.
◆ time
uint64_t apollo::cyber::record::RecordMessage::time |
The time (nanosecond) of the message.
The documentation for this struct was generated from the following file: