#include <BdsDataFileAscii.h>
Inheritance diagram for Bds::DataFileAscii:
Public Member Functions | |
DataFileAscii () | |
BError | open (BString fileName, BString mode) |
Open the file for read or write. | |
DataOrder | getDataOrder () |
Get the expected order of writing data, by sample or by channel. | |
int | getFeatures () |
Get bitmask of supported features. | |
BError | setFormat (BString format) |
Set the sub-format. | |
BError | setInfo (DataInfo &dataInfo, ChannelInfos &channelInfos, WriteOptionsList options=WriteOptionSensorData) |
BError | start (BUInt channel, BUInt segment) |
Start next segment of data. | |
BError | writeData (DataBlock &data) |
Write a block of data. | |
BError | end () |
End segment. | |
Static Public Member Functions | |
static DataFormat | getFormats () |
Get list of supported formats. | |
Private Attributes | |
DataInfo | odataInfo |
ChannelInfos | ochannelInfos |
BString | oformat |
Bds::DataFileAscii::DataFileAscii | ( | ) |
BError Bds::DataFileAscii::end | ( | ) | [virtual] |
DataFile::DataOrder Bds::DataFileAscii::getDataOrder | ( | ) | [virtual] |
int Bds::DataFileAscii::getFeatures | ( | ) | [virtual] |
DataFormat Bds::DataFileAscii::getFormats | ( | ) | [static] |
BError Bds::DataFileAscii::open | ( | BString | fileName, | |
BString | mode | |||
) | [virtual] |
BError Bds::DataFileAscii::setFormat | ( | BString | format | ) | [virtual] |
BError Bds::DataFileAscii::setInfo | ( | DataInfo & | dataInfo, | |
ChannelInfos & | channelInfos, | |||
WriteOptionsList | options = WriteOptionSensorData | |||
) |
BError Bds::DataFileAscii::start | ( | BUInt | channel, | |
BUInt | segment | |||
) | [virtual] |
BError Bds::DataFileAscii::writeData | ( | DataBlock & | data | ) | [virtual] |
DataInfo Bds::DataFileAscii::odataInfo [private] |
BString Bds::DataFileAscii::oformat [private] |
Reimplemented from Bds::DataFile.