MIRA
Public Attributes | List of all members
Tape::Message Struct Reference

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

Detailed Description

Struct for message data in a tape.

Member Data Documentation

◆ compressed

bool compressed

Is message compressed.

◆ name

std::string name

Name of the messages channel.

◆ frameID

std::string frameID

Frame id of the message.

◆ sequenceID

uint32 sequenceID

Sequence id of the message.

◆ data

Buffer<uint8> data

Buffer for the message data.

◆ uncompressedSize

uint32 uncompressedSize

Uncompressed size of the message.


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