|
MIRA
|
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... | |
Information about a tape file.
| std::fstream file |
The file stream.
| Time start |
Start recording time.
| Duration timezoneOffset |
Offset of the timezone on the recording machine to UTC.
| std::string filename |
Name of the tape.
| uint32 nrBlocks |
Nr of message data blocks.
| uint32 nrChannels |
Nr of channels.
| uint64 offsetToFirstInfo |
Offset to the first channel info packet.
1.8.14