BdsApi
2.2.7
This is the Blacknest BDS API.
|
BdsDataFileBds internal file storage packet header. More...
#include <BdsDataFileBds.h>
Public Attributes | |
BUInt32 | type |
Packets type. More... | |
BUInt32 | length |
Length in bytes of packet. More... | |
BUInt32 | streamlet |
The streamlet id. More... | |
BUInt32 | sequence |
The streamlet packet sequence number. More... | |
BUInt32 | checksum |
Checksum of packet. More... | |
BTimeStamp | startTime |
The time of the first sample. More... | |
BTimeStamp | endTime |
The time of the last sample + 1. More... | |
BdsDataFileBds internal file storage packet header.
BUInt32 Bds::BdsDataPacketHeader::checksum |
Checksum of packet.
BTimeStamp Bds::BdsDataPacketHeader::endTime |
The time of the last sample + 1.
BUInt32 Bds::BdsDataPacketHeader::length |
Length in bytes of packet.
BUInt32 Bds::BdsDataPacketHeader::sequence |
The streamlet packet sequence number.
BTimeStamp Bds::BdsDataPacketHeader::startTime |
The time of the first sample.
BUInt32 Bds::BdsDataPacketHeader::streamlet |
The streamlet id.
BUInt32 Bds::BdsDataPacketHeader::type |
Packets type.