BdsApi
2.2.7
This is the Blacknest BDS API.
|
This defines the position of a data block in a file. It is used by the BDS data convertors to order blocks by time. More...
#include <BdsDataFile.h>
Public Member Functions | |
DataBlockPos (BTimeStamp startTime=0, BTimeStamp endTime=0, BUInt64 position=0, BUInt order=0, int ref=0, BUInt numSamples=0) | |
int | operator< (const DataBlockPos &b) const |
Public Attributes | |
BTimeStamp | startTime |
BTimeStamp | endTime |
BUInt64 | position |
BUInt | order |
int | ref |
BUInt | numSamples |
This defines the position of a data block in a file. It is used by the BDS data convertors to order blocks by time.
|
inline |
|
inline |
BTimeStamp Bds::DataBlockPos::endTime |
BUInt Bds::DataBlockPos::numSamples |
BUInt Bds::DataBlockPos::order |
BUInt64 Bds::DataBlockPos::position |
int Bds::DataBlockPos::ref |
BTimeStamp Bds::DataBlockPos::startTime |