Classes | |
class | DataAccess |
class | DataAddAccess |
This is the DataAdd Access API interface. More... | |
class | AdminAccess |
This is the AdminAccess API interface. More... | |
class | Point |
class | TimePeriod |
class | ListRange |
This class defines a TimePeriod. More... | |
class | Network |
This class defines a Network organisation. Could have other information here like website, contacts etc. More... | |
class | Source |
This class defines a Source. More... | |
class | SourcePriority |
This class defines a Source Order entry. More... | |
class | ArrayChannel |
This class defines an arrays channel. More... | |
class | Station |
class | Location |
This class defines a Location. This will be the stations location. More... | |
class | PoleZero |
This class defines a Pole/Zero Response. More... | |
class | Fap |
This class defines a Amplitude/Phase Response. More... | |
class | Response |
This class defines a Response. More... | |
class | Calibration |
This class defines a calibration setting. More... | |
class | Digitiser |
This class defines a Digitiser. More... | |
class | Sensor |
This class defines a Sensor. More... | |
class | ChannelInstrument |
This class defines a Channel to Digitiser/Sensor linkage. More... | |
class | Channel |
This class defines a Channel. More... | |
class | SelectionInfo |
This class defines the set of data selection critera. More... | |
class | SelectionChannel |
class | Selection |
class | ChannelInfo |
class | ChannelInfos |
This class provides information on a set of channels. More... | |
class | DataFileInfo |
This class defines information on a data file. More... | |
class | DataChannel |
class | DataInfo |
class | DataHandle |
This defines a handle to a data stream/file. More... | |
class | DataBlock |
class | User |
This holds information on a user. More... | |
class | Group |
This holds information on a groups. More... | |
class | AccessGroup |
This holds information on data access groups. More... | |
class | Change |
This holds information on a change. More... | |
class | ChangeGroup |
This holds information on a change. More... | |
class | Note |
This holds information on a Note. More... | |
class | Log |
This holds information on a Note. More... | |
class | LogSelect |
This holds information on a Note. More... | |
class | CleanOptions |
This holds information on a Note. More... | |
class | DataFormat |
This holds information on a data format. More... | |
class | DataChannelInfo |
This class defines information on a data channel. More... | |
class | ResponseEdit |
Response Editor object. More... | |
class | CompressSteim1 |
class | DataCollate |
This class defines the interface for generic data file access. More... | |
class | DataBlockPos |
class | DataFile |
This class defines the interface for generic data file access. More... | |
class | DataFileAscii |
class | DataFileBdrs |
struct | BdsDataBlockHeader |
struct | BdsDataBlock |
struct | BdsDataPacketHeader |
class | BdsDataPacket |
class | BdsDataStreamlet |
class | BdsDataSegment |
class | BdsDataBlockPos |
class | DataFileBds |
This class implements the BDS Data File/Stream access system. More... | |
class | DataFileBknas |
class | DataFileGcf |
class | DataFileIms |
struct | FileDataHeaderTape_1v1 |
struct | FileDataHeaderTape_2v0 |
class | DataFileTapeDigitiser |
This class implements the TapeDigitiser's file output conversion and storeing system. More... | |
class | DataFileWra |
class | DataFileWraAgso |
class | DataFormats |
This class defines the interface for generic data file access. More... | |
Enumerations | |
enum | Errors { ErrorOk, ErrorMisc, ErrorWarning, ErrorEndOfFile, ErrorFile, ErrorInit, ErrorConfig, ErrorResourceLimit, ErrorParam, ErrorNotImplemented, ErrorComms, ErrorTimeout, ErrorValidate, ErrorValidateMissingBlocks, ErrorValidateTimeBackwards, ErrorValidateFilenameTime, ErrorValidateMetaData, ErrorValidateFix, ErrorValidateDuplicate, ErrorValidateReorder, ErrorFormat, ErrorTimeStamp, ErrorEndOfData, ErrorNoData, ErrorDataPresent, ErrorNoMetaData, ErrorAccessDenied, ErrorSlaveMode } |
enum | Priority { PriorityLow, PriorityNormal, PriorityHigh } |
enum | Mode { ModeMaster, ModeSlave } |
enum | DataFlags { DataFlagNone, DataFlagClipData } |
enum | SelectionGroup { SelectionGroupData, SelectionGroupMetaData } |
enum | SampleFormat { SampleFormatUnknown, SampleFormatInt16, SampleFormatInt32, SampleFormatFloat32 } |
enum | BdsDataType { BdsDataTypeBlock = 0x42534442, BdsDataTypeInfo = 0x30534442, BdsDataTypeData = 0x31534442, BdsDataTypeInfoExtra = 0x32534442 } |
enum | FileHeaderType { FileHeaderType_Standard = 1, FileHeaderType_TapeDigitiser = 10 } |
enum | FileSampleType { FileSampleType_Unknown, FileSampleType_Float32, FileSampleType_Float64, FileSampleType_Int16, FileSampleType_Int32 } |
Functions | |
void | bdsDumpPoleZeros (PoleZero poleZeros) |
void | bdsChannelGetTypeAux (BString name, BString &type, BString &aux) |
BString | bdsChannelGetName (BString type, BString aux) |
BError | bdsDataInfoSetTimeRange (DataInfo &dataInfo) |
BError | bdsDataInfoFromInfo (BDictString info, DataInfo &dataInfo) |
Convert info to DataInfo. | |
BError | bdsInfoFromDataInfo (DataInfo &dataInfo, BDictString &info) |
BString | bdsStationAlias (Station station) |
void | bdsDumpSelection (Selection sel) |
void | bdsDumpDataInfo (DataInfo dataInfo) |
BString | bdsDataChannelInfo (DataChannel &dataChannel) |
BString | bdsDataChannelRef (DataChannel &dataChannel) |
BString | bdsSelectionChannelInfo (Selection &selection, BUInt channel) |
double | bdsPoleZeroGain (const PoleZero &poleZero, double frequency) |
Claculates the overal gain of the given PoleZero transfer function. | |
BError | bdsUnCompressCm8 (BUInt8 *buffer, BUInt n, BArray< BInt32 > &data) |
BError | bdsUnCompressSteim1 (BUInt8 *buffer, BUInt n, BArray< BInt32 > &data) |
static BString | nullString (BString s) |
BUInt32 | crc (BUInt32 crc, void *data, int numBytes) |
void | dataCalculateDifference (BInt32 &prevValue, BArray< BInt32 > &data) |
void | dataCalculateUnDifference (BInt32 &prevValue, BArray< BInt32 > &data) |
BInt32 | dataChecksum (BInt32 checksum, BArray< BInt32 > &data) |
BError | dataCompressCm6 (int &prevValue1, int &prevValue2, BArray< BInt32 > &data, BString &d) |
BError | dataDeCompressCm6 (int &prevValue1, int &prevValue2, BString &d, BArray< BInt32 > &data) |
static void | dataConvert (BArray< BFloat64 > &dataIn, BArray< BInt32 > &dataOut) |
BString | fixedWidthValue (double v, int width) |
Variables | |
const BUInt32 | apiVersion = 0 |
const int | NetworkNameLen = 3 |
const int | StationNameLen = 5 |
const int | ChannelTypeLen = 3 |
const int | ChannelAuxLen = 2 |
const int | SourceLen = 16 |
const BString | BdsVersion = "1.1.0" |
static char | cm6Table [64] |
static char | cm6TableRev [128] |
const double | Scale = 16777216.0 |
DataFormats | dataFormats |
DataFormats | dataFormats |
enum Bds::Errors |
enum Bds::Priority |
enum Bds::Mode |
enum Bds::DataFlags |
enum Bds::SelectionGroup |
enum Bds::SampleFormat |
enum Bds::BdsDataType |
enum Bds::FileHeaderType |
enum Bds::FileSampleType |
void Bds::bdsDumpPoleZeros | ( | PoleZero | poleZeros | ) |
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 | ) |
void Bds::bdsDumpSelection | ( | Selection | sel | ) |
void Bds::bdsDumpDataInfo | ( | DataInfo | dataInfo | ) |
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.
BError Bds::bdsUnCompressCm8 | ( | BUInt8 * | buffer, | |
BUInt | n, | |||
BArray< BInt32 > & | data | |||
) |
BError Bds::bdsUnCompressSteim1 | ( | BUInt8 * | buffer, | |
BUInt | n, | |||
BArray< BInt32 > & | data | |||
) |
static BString Bds::nullString | ( | BString | s | ) | [static] |
BUInt32 Bds::crc | ( | BUInt32 | crc, | |
void * | data, | |||
int | numBytes | |||
) |
void Bds::dataCalculateDifference | ( | BInt32 & | prevValue, | |
BArray< BInt32 > & | data | |||
) |
void Bds::dataCalculateUnDifference | ( | BInt32 & | prevValue, | |
BArray< BInt32 > & | data | |||
) |
BInt32 Bds::dataChecksum | ( | BInt32 | checksum, | |
BArray< BInt32 > & | data | |||
) |
BError Bds::dataCompressCm6 | ( | int & | prevValue1, | |
int & | prevValue2, | |||
BArray< BInt32 > & | data, | |||
BString & | d | |||
) |
BError Bds::dataDeCompressCm6 | ( | int & | prevValue1, | |
int & | prevValue2, | |||
BString & | d, | |||
BArray< BInt32 > & | data | |||
) |
static void Bds::dataConvert | ( | BArray< BFloat64 > & | dataIn, | |
BArray< BInt32 > & | dataOut | |||
) | [static] |
BString Bds::fixedWidthValue | ( | double | v, | |
int | width | |||
) |
const BUInt32 Bds::apiVersion = 0 |
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 |
const BString Bds::BdsVersion = "1.1.0" |
char Bds::cm6Table[64] [static] |
Initial value:
{ '+', '-', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z' }
char Bds::cm6TableRev[128] [static] |
Initial value:
{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0xff, 0x01, 0xff, 0xff, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0c, 0x0d, 0x0e, 0x0f, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x26, 0x27, 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, }
const double Bds::Scale = 16777216.0 |