MIRA
|
Instance of a message from a tape. More...
#include <fw/TapeVisitor.h>
Public Member Functions | |
MessageInstance () | |
Public Attributes | |
Tape * | tape |
pointer to tape the message is stored in More... | |
uint64 | offset |
offset of the message in the tape More... | |
std::string | frameID |
frame id of the channel More... | |
uint32 | sequenceID |
sequence id More... | |
Buffer< uint8 > | data |
serialized message data More... | |
bool | compressed |
specifies whether the data was compressed within the tape or not More... | |
Instance of a message from a tape.
|
inline |
Tape* tape |
pointer to tape the message is stored in
uint64 offset |
offset of the message in the tape
std::string frameID |
frame id of the channel
uint32 sequenceID |
sequence id
Buffer<uint8> data |
serialized message data
bool compressed |
specifies whether the data was compressed within the tape or not