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

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

Detailed Description

Struct for a message block in a tape.

Member Data Documentation

◆ offset

uint64 offset

Offset in bytes of the block in the tape.

◆ nrMessages

uint32 nrMessages

Nr of contained messages.

◆ size

uint32 size

Size of the block.

◆ firstMessageOffset

Duration firstMessageOffset

Time offset of the first message in the block.

◆ lastMessageOffset

Duration lastMessageOffset

Time offset of the last message in the block.

◆ buffer

Buffer<uint8> buffer

Buffer for the block data.


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