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

Information about a tape file. More...

#include <fw/Tape.h>

Public Attributes

std::fstream file
 The file stream. More...
 
Time start
 Start recording time. More...
 
Duration timezoneOffset
 Offset of the timezone on the recording machine to UTC. More...
 
std::string filename
 Name of the tape. More...
 
uint32 version
 Tape version. More...
 
uint32 nrBlocks
 Nr of message data blocks. More...
 
uint32 nrChannels
 Nr of channels. More...
 
uint64 offsetToFirstInfo
 Offset to the first channel info packet. More...
 

Detailed Description

Information about a tape file.

Member Data Documentation

◆ file

std::fstream file

The file stream.

◆ start

Time start

Start recording time.

◆ timezoneOffset

Duration timezoneOffset

Offset of the timezone on the recording machine to UTC.

◆ filename

std::string filename

Name of the tape.

◆ version

uint32 version

Tape version.

◆ nrBlocks

uint32 nrBlocks

Nr of message data blocks.

◆ nrChannels

uint32 nrChannels

Nr of channels.

◆ offsetToFirstInfo

uint64 offsetToFirstInfo

Offset to the first channel info packet.


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