MIRA
|
Struct for message data in a tape. More...
#include <fw/Tape.h>
Public Attributes | |
bool | compressed |
Is message compressed. More... | |
std::string | name |
Name of the messages channel. More... | |
std::string | frameID |
Frame id of the message. More... | |
uint32 | sequenceID |
Sequence id of the message. More... | |
Buffer< uint8 > | data |
Buffer for the message data. More... | |
uint32 | uncompressedSize |
Uncompressed size of the message. More... | |
Struct for message data in a tape.
bool compressed |
Is message compressed.
std::string name |
Name of the messages channel.
std::string frameID |
Frame id of the message.
uint32 sequenceID |
Sequence id of the message.
uint32 uncompressedSize |
Uncompressed size of the message.