#include <BdsDataFileSac.h>
Public Member Functions | |
DataFileSac () | |
int | getFeatures () |
Get bitmask of supported features. | |
BError | setInfo (DataInfo &dataInfo, ChannelInfos &channelInfos, WriteOptionsList options=WriteOptionNone) |
Set information on data for write. | |
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] |
Get bitmask of supported features.
Reimplemented from Bds::DataFile.
DataFormat Bds::DataFileSac::getFormats | ( | ) | [static] |
Get list of supported formats.
Reimplemented from Bds::DataFile.
BError Bds::DataFileSac::setInfo | ( | DataInfo & | dataInfo, | |
ChannelInfos & | channelInfos, | |||
WriteOptionsList | options = WriteOptionNone | |||
) | [virtual] |
Set information on data for write.
Reimplemented from Bds::DataFile.
BError Bds::DataFileSac::writeResponses | ( | ) | [private] |
ChannelInfos Bds::DataFileSac::ochannelInfos [private] |
DataInfo Bds::DataFileSac::odataInfo [private] |