#include <BdsDataFileSac.h>
Inheritance diagram for Bds::DataFileSac:
Public Member Functions | |
DataFileSac () | |
int | getFeatures () |
Get bitmask of supported features. | |
BError | setInfo (DataInfo &dataInfo, ChannelInfos &channelInfos, WriteOptionsList options=WriteOptionNone) |
Static Public Member Functions | |
static DataFormat | getFormats () |
Get list of supported formats. | |
Private Member Functions | |
BError | writeResponses () |
Private Attributes | |
DataInfo | odataInfo |
ChannelInfos | ochannelInfos |
Bds::DataFileSac::DataFileSac | ( | ) |
int Bds::DataFileSac::getFeatures | ( | ) | [virtual] |
DataFormat Bds::DataFileSac::getFormats | ( | ) | [static] |
BError Bds::DataFileSac::setInfo | ( | DataInfo & | dataInfo, | |
ChannelInfos & | channelInfos, | |||
WriteOptionsList | options = WriteOptionNone | |||
) |
BError Bds::DataFileSac::writeResponses | ( | ) | [private] |
ChannelInfos Bds::DataFileSac::ochannelInfos [private] |
DataInfo Bds::DataFileSac::odataInfo [private] |