This class defines the interface for generic responese data file access. More...
#include <BdsDataFileResponse.h>
Public Member Functions | |
DataFileResponse () | |
int | getFeatures () |
Get bitmask of supported features. | |
BError | getMetaData (ChannelInfos &channelInfos) |
Return all known MetaData in the file. | |
BError | setInfo (DataInfo &dataInfo, ChannelInfos &channelInfos, WriteOptionsList options) |
Set information on data for write. | |
Static Public Member Functions | |
static DataFormat | getFormats () |
Get list of supported formats. | |
Private Member Functions | |
BError | readPoleZero () |
BError | readFAP () |
Private Attributes | |
DataInfo | odataInfo |
ChannelInfo | ochannelInfo |
ChannelInfos | ochannelInfos |
This class defines the interface for generic responese data file access.
Bds::DataFileResponse::DataFileResponse | ( | ) |
int Bds::DataFileResponse::getFeatures | ( | ) | [virtual] |
Get bitmask of supported features.
Reimplemented from Bds::DataFile.
DataFormat Bds::DataFileResponse::getFormats | ( | ) | [static] |
Get list of supported formats.
Reimplemented from Bds::DataFile.
BError Bds::DataFileResponse::getMetaData | ( | ChannelInfos & | channelInfos | ) | [virtual] |
Return all known MetaData in the file.
Reimplemented from Bds::DataFile.
BError Bds::DataFileResponse::readFAP | ( | ) | [private] |
BError Bds::DataFileResponse::readPoleZero | ( | ) | [private] |
BError Bds::DataFileResponse::setInfo | ( | DataInfo & | dataInfo, | |
ChannelInfos & | channelInfos, | |||
WriteOptionsList | options | |||
) | [virtual] |
Set information on data for write.
Reimplemented from Bds::DataFile.
DataInfo Bds::DataFileResponse::odataInfo [private] |