Classes |
interface | MCtestComponent |
struct | propertySerailNumber |
interface | MonitorCollector |
struct | doubleBlobData |
struct | doubleSeqBlobData |
struct | floatBlobData |
struct | floatSeqBlobData |
struct | longBlobData |
struct | longSeqBlobData |
struct | longLongBlobData |
struct | longLongSeqBlobData |
struct | uLongLongBlobData |
struct | uLongLongSeqBlobData |
struct | patternBlobData |
struct | stringBlobData |
struct | stringSeqBlobData |
struct | enumBlobData |
struct | anyBlobData |
struct | MonitorBlob |
struct | MonitorDataBlock |
Typedefs |
typedef sequence
< propertySerailNumber > | propertySerialNumberSeq |
typedef unsigned short | DataValueType |
typedef sequence< doubleBlobData > | doubleBlobDataSeq |
typedef sequence
< doubleSeqBlobData > | doubleSeqBlobDataSeq |
typedef sequence< floatBlobData > | floatBlobDataSeq |
typedef sequence
< floatSeqBlobData > | floatSeqBlobDataSeq |
typedef sequence< longBlobData > | longBlobDataSeq |
typedef sequence< longSeqBlobData > | longSeqBlobDataSeq |
typedef sequence
< longLongBlobData > | longLongBlobDataSeq |
typedef sequence
< longLongSeqBlobData > | longLongSeqBlobDataSeq |
typedef sequence
< uLongLongBlobData > | uLongLongBlobDataSeq |
typedef sequence
< uLongLongSeqBlobData > | uLongLongSeqBlobDataSeq |
typedef sequence< patternBlobData > | patternBlobDataSeq |
typedef sequence< stringBlobData > | stringBlobDataSeq |
typedef sequence
< stringSeqBlobData > | stringSeqBlobDataSeq |
typedef sequence< enumBlobData > | enumBlobDataSeq |
typedef sequence< anyBlobData > | anyBlobDataSeq |
typedef string | serialNumberType |
typedef sequence
< serialNumberType > | serialNumberTypeSeq |
typedef sequence
< MonitorDataBlock > | MonitorDataBlocks |
Variables |
const DataValueType | doubleValueType = 0 |
const DataValueType | doubleSeqValueType = 1 |
const DataValueType | floatValueType = 2 |
const DataValueType | floatSeqValueType = 3 |
const DataValueType | longValueType = 4 |
const DataValueType | longSeqValueType = 5 |
const DataValueType | longLongValueType = 6 |
const DataValueType | longLongSeqValueType = 7 |
const DataValueType | uLongLongValueType = 8 |
const DataValueType | uLongLongSeqValueType = 9 |
const DataValueType | stringValueType = 10 |
const DataValueType | stringSeqValueType = 11 |
const DataValueType | patternValueType = 12 |
const DataValueType | patternSeqValueType = 13 |
const DataValueType | enumValueType = 14 |