|
MIRA
|
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 | |
| Tape * | tape |
| pointer to tape the message is stored in More... | |
| Duration | timeOffset |
| time offset of the message relative to start of recording More... | |
| const Tape::ChannelInfo * | info |
| pointer to the info object of the channel More... | |
| const Tape::MessageIndex * | index |
| pointer to the index object of the message More... | |
Info about a message entry in a tape.
|
inline |
|
inline |
| Tape* tape |
pointer to tape the message is stored in
| Duration timeOffset |
time offset of the message relative to start of recording
| const Tape::ChannelInfo* info |
pointer to the info object of the channel
| const Tape::MessageIndex* index |
pointer to the index object of the message
1.8.14