#include <BdsDataFileBdrs.h>
Public Member Functions | |
DataFileBdrs () | |
int | getFeatures () |
Get bitmask of supported features. | |
DataOrder | getDataOrder () |
Get the expected order of writing data, by sample or by channel. | |
BError | getInfo (DataInfo &dataInfo, ReadOptions options, BList< DataError > &errors) |
Get info on data. | |
BError | readData (BUInt32 channel, BUInt segment, BUInt32 blockNumber, DataBlock &data) |
Read a block. | |
Static Public Member Functions | |
static DataFormat | getFormats () |
Get list of supported formats. | |
Private Member Functions | |
BError | readBlock (BUInt32 channel, BUInt64 pos, DataBlock &data) |
Private Attributes | |
int | omagic |
int | oyear |
int | oblockYear |
BUInt32 | oblockSize |
double | osampleRate |
DataInfo | odataInfo |
BArray< DataBlockPos > | oblockPositions |
Bds::DataFileBdrs::DataFileBdrs | ( | ) |
DataFile::DataOrder Bds::DataFileBdrs::getDataOrder | ( | ) | [virtual] |
Get the expected order of writing data, by sample or by channel.
Reimplemented from Bds::DataFile.
int Bds::DataFileBdrs::getFeatures | ( | ) | [virtual] |
Get bitmask of supported features.
Reimplemented from Bds::DataFile.
DataFormat Bds::DataFileBdrs::getFormats | ( | ) | [static] |
Get list of supported formats.
Reimplemented from Bds::DataFile.
BError Bds::DataFileBdrs::getInfo | ( | DataInfo & | dataInfo, | |
ReadOptions | options, | |||
BList< DataError > & | errors | |||
) | [virtual] |
Get info on data.
Reimplemented from Bds::DataFile.
BError Bds::DataFileBdrs::readBlock | ( | BUInt32 | channel, | |
BUInt64 | pos, | |||
DataBlock & | data | |||
) | [private] |
BError Bds::DataFileBdrs::readData | ( | BUInt32 | channel, | |
BUInt | segment, | |||
BUInt32 | blockNumber, | |||
DataBlock & | dataBlock | |||
) | [virtual] |
Read a block.
Reimplemented from Bds::DataFile.
BArray<DataBlockPos> Bds::DataFileBdrs::oblockPositions [private] |
BUInt32 Bds::DataFileBdrs::oblockSize [private] |
int Bds::DataFileBdrs::oblockYear [private] |
DataInfo Bds::DataFileBdrs::odataInfo [private] |
int Bds::DataFileBdrs::omagic [private] |
double Bds::DataFileBdrs::osampleRate [private] |
int Bds::DataFileBdrs::oyear [private] |