MIRA
Public Member Functions | Public Attributes | List of all members
TapeVisitor::MessageInstance Struct Reference

Instance of a message from a tape. More...

#include <fw/TapeVisitor.h>

Public Member Functions

 MessageInstance ()
 

Public Attributes

Tapetape
 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...
 

Detailed Description

Instance of a message from a tape.

Constructor & Destructor Documentation

◆ MessageInstance()

MessageInstance ( )
inline

Member Data Documentation

◆ tape

Tape* tape

pointer to tape the message is stored in

◆ offset

uint64 offset

offset of the message in the tape

◆ frameID

std::string frameID

frame id of the channel

◆ sequenceID

uint32 sequenceID

sequence id

◆ data

Buffer<uint8> data

serialized message data

◆ compressed

bool compressed

specifies whether the data was compressed within the tape or not


The documentation for this struct was generated from the following file: