|
enum | ErrorNum { ErrorNumSystem = 64, ErrorNumDataOverrun = 65, ErrorNumToFast = 66 } |
|
enum | NodeType { NodeTypeNone = 0, NodeTypeBMeasure1 = 1 } |
|
enum | SecurityMode { SecurityModeBasic, SecurityModeConfig, SecurityModeFull } |
|
enum | Status { StatusNone = 0x00, StatusError = 0x01, StatusWarning = 0x02, StatusRun = 0x04, StatusTriggerWait = 0x08, StatusEnd0 = 0x10, StatusEnd1 = 0x20, StatusDataOverrun = 0x40, StatusFpgaOverrun = 0x80, StatusAlarm = 0x0100 } |
|
enum | Mode { ModeIdle = 0, ModeRun = 1, ModeRunProgram = 2, ModeInternal = 3, ModeSleep = 4, ModeDemo1 = 5 } |
|
enum | BlockTypes { BlockTypeInfo = 0x424E4531, BlockTypeData = 0x424E4532 } |
|
enum | ChannelType { ChannelTypeNone = 0, ChannelTypeAnalogueIn = 1, ChannelTypeAnalogueOut = 2, ChannelTypeDigitalIn = 3, ChannelTypeDigitalOut = 4 } |
|
enum | SampleType { SampleTypeNone = 0, SampleTypeBool = 1, SampleTypeInt8 = 2, SampleTypeInt16 = 3, SampleTypeInt32 = 4, SampleTypeFloat32 = 5, SampleTypeFloat64 = 6 } |
|
enum | SyncMode { SyncModeOff = 0, SyncModeMaster = 1, SyncModeSlave = 2 } |
|
enum | MeasureMode { MeasureModeOff = 0, MeasureModeOneShot = 1, MeasureModeRepeat = 2, MeasureModeContinuous = 3 } |
|
enum | MeasureOption { MeasureOptionNone = 0, MeasureOptionProcess = 0x01 } |
|
enum | TriggerMode { TriggerModeOff = 0, TriggerModePositive = 1, TriggerModeNegative = 2 } |
|
enum | TriggerConfig { TriggerConfigNone = 0 } |
|
enum | DigitalMode { DigitalModeInput = 0, DigitalModeOutput = 1, DigitalModeInOut = 2, DigitalModeSyncMaster = 3, DigitalModeSyncSlave = 4 } |
|
enum | AwgMode { AwgModeNone, AwgModeDc, AwgModeSine, AwgModeSquare, AwgModeTriangle, AwgModeNoise, AwgModeTrackRms, AwgModeTrackMean, AwgModeArbitrary } |
|
enum | AwgOutput { AwgOutputNone, AwgOutputAO0, AwgOutputAO1, AwgOutputAO01 } |
|
enum | FileType { FileTypeNone, FileTypeFile, FileTypeDir } |
|
enum | FilesysDeleteType { FilesysDeleteTypeNone, FilesysDeleteTypeData, FilesysDeleteTypeFormat } |
|
enum | LogData { LogDataOff, LogDataRaw = 0x01, LogDataProcessed = 0x02 } |
|
enum | LogDataMode { LogDataModeNormal, LogDataModeDeleteOld } |
|
enum | DataType { DataTypeFloat32, DataType125i, DataTypeProc } |
|
enum | DataSend { DataSendOff, DataSendStatus = 0x01, DataSendRaw = 0x02, DataSendProcessed = 0x04 } |
|
enum | CalibrateStage { CalibrateStageNone = 0, CalibrateStageClear = 1, CalibrateStageSettle = 2, CalibrateStageAdcOffsets = 3, CalibrateStageDacOffsets = 4, CalibrateStageDacScaling0 = 5, CalibrateStageDacScaling1 = 6, CalibrateStageAdcScaling = 7, CalibrateStageAttenScaling = 8, CalibrationStageFiveVolts = 9 } |
|
enum | MessageSource { MessageSourceGeneral = 0, MessageSourceDebug = 1, MessageSourceTest = 2, MessageSourceWifi = 3, MessageSourceWifiTest = 4 } |
|
enum | NetworkMode { NetworkModeOff = 0, NetworkModeDhcp = 1, NetworkModeManual = 2 } |
|
enum | WifiMode { WifiModeOff, WifiModeClient, WifiModeAp } |
|
enum | AlarmMode { AlarmModeOff, AlarmModeHigh, AlarmModeLow, AlarmModeRange } |
|
enum | AlarmOutput { AlarmOutputOff, AlarmOutputDioHigh, AlarmOutputDioLow, AlarmOutputRelayOn, AlarmOutputRelayOff } |
|
enum | EventMode { EventModeOff, EventModeAlarm, EventModeSecond } |
|
enum | Rs485Mode { Rs485ModeOff, Rs485ModeBoap } |
|
enum | BMeasFileType { BMeasFileTypeBlock512, BMeasFileTypeStream } |
|
enum | TdsDataType { TdsTypeVoid, TdsTypeI8, TdsTypeI16, TdsTypeI32, TdsTypeI64, TdsTypeU8, TdsTypeU16, TdsTypeU32, TdsTypeU64, TdsTypeSingleFloat, TdsTypeDoubleFloat, TdsTypeExtendedFloat, TdsTypeSingleFloatWithUnit =0x19, TdsTypeDoubleFloatWithUnit, TdsTypeExtendedFloatWithUnit, TdsTypeString =0x20, TdsTypeBoolean =0x21, TdsTypeTimeStamp =0x44, TdsTypeFixedPoint =0x4F, TdsTypeComplexSingleFloat =0x08000c, TdsTypeComplexDoubleFloat =0x10000d, TdsTypeDAQmxRawData =0xFFFFFFFF } |
|
|
BString | toBString (ErrorNum v) |
|
BError | fromBString (BString str, ErrorNum &v) |
|
BString | toBStringJson (BString n, ErrorNum v) |
|
BString | toBString (NodeType v) |
|
BError | fromBString (BString str, NodeType &v) |
|
BString | toBStringJson (BString n, NodeType v) |
|
BString | toBString (SecurityMode v) |
|
BError | fromBString (BString str, SecurityMode &v) |
|
BString | toBStringJson (BString n, SecurityMode v) |
|
BString | toBString (Status v) |
|
BError | fromBString (BString str, Status &v) |
|
BString | toBStringJson (BString n, Status v) |
|
BString | toBString (Mode v) |
|
BError | fromBString (BString str, Mode &v) |
|
BString | toBStringJson (BString n, Mode v) |
|
BString | toBString (BlockTypes v) |
|
BError | fromBString (BString str, BlockTypes &v) |
|
BString | toBStringJson (BString n, BlockTypes v) |
|
BString | toBString (ChannelType v) |
|
BError | fromBString (BString str, ChannelType &v) |
|
BString | toBStringJson (BString n, ChannelType v) |
|
BString | toBString (SampleType v) |
|
BError | fromBString (BString str, SampleType &v) |
|
BString | toBStringJson (BString n, SampleType v) |
|
BString | toBString (SyncMode v) |
|
BError | fromBString (BString str, SyncMode &v) |
|
BString | toBStringJson (BString n, SyncMode v) |
|
BString | toBString (MeasureMode v) |
|
BError | fromBString (BString str, MeasureMode &v) |
|
BString | toBStringJson (BString n, MeasureMode v) |
|
BString | toBString (MeasureOption v) |
|
BError | fromBString (BString str, MeasureOption &v) |
|
BString | toBStringJson (BString n, MeasureOption v) |
|
BString | toBString (TriggerMode v) |
|
BError | fromBString (BString str, TriggerMode &v) |
|
BString | toBStringJson (BString n, TriggerMode v) |
|
BString | toBString (TriggerConfig v) |
|
BError | fromBString (BString str, TriggerConfig &v) |
|
BString | toBStringJson (BString n, TriggerConfig v) |
|
BString | toBString (DigitalMode v) |
|
BError | fromBString (BString str, DigitalMode &v) |
|
BString | toBStringJson (BString n, DigitalMode v) |
|
BString | toBString (AwgMode v) |
|
BError | fromBString (BString str, AwgMode &v) |
|
BString | toBStringJson (BString n, AwgMode v) |
|
BString | toBString (AwgOutput v) |
|
BError | fromBString (BString str, AwgOutput &v) |
|
BString | toBStringJson (BString n, AwgOutput v) |
|
BString | toBString (FileType v) |
|
BError | fromBString (BString str, FileType &v) |
|
BString | toBStringJson (BString n, FileType v) |
|
BString | toBString (FilesysDeleteType v) |
|
BError | fromBString (BString str, FilesysDeleteType &v) |
|
BString | toBStringJson (BString n, FilesysDeleteType v) |
|
BString | toBString (LogData v) |
|
BError | fromBString (BString str, LogData &v) |
|
BString | toBStringJson (BString n, LogData v) |
|
BString | toBString (LogDataMode v) |
|
BError | fromBString (BString str, LogDataMode &v) |
|
BString | toBStringJson (BString n, LogDataMode v) |
|
BString | toBString (DataType v) |
|
BError | fromBString (BString str, DataType &v) |
|
BString | toBStringJson (BString n, DataType v) |
|
BString | toBString (DataSend v) |
|
BError | fromBString (BString str, DataSend &v) |
|
BString | toBStringJson (BString n, DataSend v) |
|
BString | toBString (CalibrateStage v) |
|
BError | fromBString (BString str, CalibrateStage &v) |
|
BString | toBStringJson (BString n, CalibrateStage v) |
|
BString | toBString (MessageSource v) |
|
BError | fromBString (BString str, MessageSource &v) |
|
BString | toBStringJson (BString n, MessageSource v) |
|
BString | toBString (NetworkMode v) |
|
BError | fromBString (BString str, NetworkMode &v) |
|
BString | toBStringJson (BString n, NetworkMode v) |
|
BString | toBString (WifiMode v) |
|
BError | fromBString (BString str, WifiMode &v) |
|
BString | toBStringJson (BString n, WifiMode v) |
|
BString | toBString (AlarmMode v) |
|
BError | fromBString (BString str, AlarmMode &v) |
|
BString | toBStringJson (BString n, AlarmMode v) |
|
BString | toBString (AlarmOutput v) |
|
BError | fromBString (BString str, AlarmOutput &v) |
|
BString | toBStringJson (BString n, AlarmOutput v) |
|
BString | toBString (EventMode v) |
|
BError | fromBString (BString str, EventMode &v) |
|
BString | toBStringJson (BString n, EventMode v) |
|
BString | toBString (Rs485Mode v) |
|
BError | fromBString (BString str, Rs485Mode &v) |
|
BString | toBStringJson (BString n, Rs485Mode v) |
|
BString | toBString (BMeasFileType v) |
|
BError | fromBString (BString str, BMeasFileType &v) |
|
BString | toBStringJson (BString n, BMeasFileType v) |
|
const char * | channelTypeString (ChannelType type) |
|
const char * | sampleTypeString (SampleType type) |
|
BFloat32 | toFloat (BUInt32 v) |
|
static int | unitSort (BMeasureUnit1 *&u1, BMeasureUnit1 *&u2) |
|
static BUInt32 | roundDown512 (BUInt32 size) |
|
const BUInt32 | TocMetaData (1<< 1) |
|
const BUInt32 | TocNewObjList (1<< 2) |
|
const BUInt32 | TocRawData (1<< 3) |
|
const BUInt32 | TocInterleavedData (1<< 5) |
|
const BUInt32 | TocBigEndian (1<< 6) |
|
const BUInt32 | TocDaqRawData (1<< 7) |
|
BUInt32 | round512 (BUInt32 s) |
|