|
MIRA
|
Information about a channel in a tape. More...
#include <fw/Tape.h>
Public Types | |
| typedef std::vector< MessageIndex > | MessageVector |
Public Attributes | |
| uint64 | offset |
| Offset in bytes of the info packet in the tape. More... | |
| uint64 | offsetToIndexTable |
| Offset in bytes of the index table for the channel. More... | |
| Duration | firstMessageOffset |
| Time offset of the first message in the channel. More... | |
| Duration | lastMessageOffset |
| Time offset of the last message in the channel. More... | |
| std::string | name |
| Name of the channel. More... | |
| std::string | type |
| Typename of the channel. More... | |
| TypeMetaPtr | meta |
| Type meta information. More... | |
| MetaTypeDatabase | metaDB |
| Database of meta information needed by this type. More... | |
| MessageVector | messages |
| Messages. More... | |
| uint64 | dataSize |
| Size of all messages in bytes. More... | |
Information about a channel in a tape.
| typedef std::vector<MessageIndex> MessageVector |
| uint64 offset |
Offset in bytes of the info packet in the tape.
| uint64 offsetToIndexTable |
Offset in bytes of the index table for the channel.
| std::string name |
Name of the channel.
| std::string type |
Typename of the channel.
| TypeMetaPtr meta |
Type meta information.
| MetaTypeDatabase metaDB |
Database of meta information needed by this type.
| MessageVector messages |
Messages.
1.8.14