#include <BdsD.h>
#include <BString.h>
Namespaces | |
namespace | Bds |
Classes | |
class | Bds::ResponseEdit |
Response Editor object. More... | |
Functions | |
void | Bds::bdsChannelGetTypeAux (BString name, BString &type, BString &aux) |
BString | Bds::bdsChannelGetName (BString type, BString aux) |
BError | Bds::bdsDataInfoSetTimeRange (DataInfo &dataInfo) |
BError | Bds::bdsDataInfoFromInfo (BDictString info, DataInfo &dataInfo) |
Convert info to DataInfo. | |
BError | Bds::bdsInfoFromDataInfo (DataInfo &dataInfo, BDictString &info) |
BString | Bds::bdsStationAlias (Station station) |
BString | Bds::bdsDataChannelInfo (DataChannel &dataChannel) |
BString | Bds::bdsDataChannelRef (DataChannel &dataChannel) |
BString | Bds::bdsSelectionChannelInfo (Selection &selection, BUInt channel) |
double | Bds::bdsPoleZeroGain (const PoleZero &poleZero, double frequency) |
Claculates the overal gain of the given PoleZero transfer function. | |
void | Bds::bdsDumpSelection (Selection sel) |
void | Bds::bdsDumpDataInfo (DataInfo dataInfo) |
void | Bds::bdsDumpPoleZeros (PoleZero poleZeros) |
Variables | |
const int | Bds::NetworkNameLen = 3 |
const int | Bds::StationNameLen = 5 |
const int | Bds::ChannelTypeLen = 3 |
const int | Bds::ChannelAuxLen = 2 |
const int | Bds::SourceLen = 16 |