|
MIRA
|
Struct for a message block in a tape. More...
#include <fw/Tape.h>
Public Attributes | |
| uint64 | offset |
| Offset in bytes of the block in the tape. More... | |
| uint32 | nrMessages |
| Nr of contained messages. More... | |
| uint32 | size |
| Size of the block. More... | |
| Duration | firstMessageOffset |
| Time offset of the first message in the block. More... | |
| Duration | lastMessageOffset |
| Time offset of the last message in the block. More... | |
| Buffer< uint8 > | buffer |
| Buffer for the block data. More... | |
Struct for a message block in a tape.
| uint64 offset |
Offset in bytes of the block in the tape.
| uint32 nrMessages |
Nr of contained messages.
1.8.14