#include <BdsDataFileResponse.h>
Inheritance diagram for Bds::DataFileResponse:
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) |
Static Public Member Functions | |
static DataFormat | getFormats () |
Get list of supported formats. | |
Private Member Functions | |
BError | readSacPoleZero () |
BError | readRawFap () |
BError | readIdcResponse () |
BError | writeIdcResponse (Response &r) |
Private Attributes | |
DataInfo | odataInfo |
ChannelInfo | ochannelInfo |
ChannelInfos | ochannelInfos |
Bds::DataFileResponse::DataFileResponse | ( | ) |
int Bds::DataFileResponse::getFeatures | ( | ) | [virtual] |
DataFormat Bds::DataFileResponse::getFormats | ( | ) | [static] |
BError Bds::DataFileResponse::getMetaData | ( | ChannelInfos & | channelInfos | ) | [virtual] |
BError Bds::DataFileResponse::readIdcResponse | ( | ) | [private] |
BError Bds::DataFileResponse::readRawFap | ( | ) | [private] |
BError Bds::DataFileResponse::readSacPoleZero | ( | ) | [private] |
BError Bds::DataFileResponse::setInfo | ( | DataInfo & | dataInfo, | |
ChannelInfos & | channelInfos, | |||
WriteOptionsList | options | |||
) |
BError Bds::DataFileResponse::writeIdcResponse | ( | Response & | r | ) | [private] |
DataInfo Bds::DataFileResponse::odataInfo [private] |