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

Info about a message entry in a tape. More...

#include <fw/TapeVisitor.h>

Public Member Functions

 MessageInfo ()
 
bool operator< (const MessageInfo &other) const
 

Public Attributes

Tapetape
 pointer to tape the message is stored in More...
 
Duration timeOffset
 time offset of the message relative to start of recording More...
 
const Tape::ChannelInfoinfo
 pointer to the info object of the channel More...
 
const Tape::MessageIndexindex
 pointer to the index object of the message More...
 

Detailed Description

Info about a message entry in a tape.

Constructor & Destructor Documentation

◆ MessageInfo()

MessageInfo ( )
inline

Member Function Documentation

◆ operator<()

bool operator< ( const MessageInfo other) const
inline

Member Data Documentation

◆ tape

Tape* tape

pointer to tape the message is stored in

◆ timeOffset

Duration timeOffset

time offset of the message relative to start of recording

◆ info

const Tape::ChannelInfo* info

pointer to the info object of the channel

◆ index

const Tape::MessageIndex* index

pointer to the index object of the message


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