Classes | Namespaces | Typedefs | Variables

TMCDBCOMMON_IDL.idl File Reference

import "acscommon.idl";
Include dependency graph for TMCDBCOMMON_IDL.idl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TMCDB::doubleBlobData
struct  TMCDB::doubleSeqBlobData
struct  TMCDB::floatBlobData
struct  TMCDB::floatSeqBlobData
struct  TMCDB::longBlobData
struct  TMCDB::longSeqBlobData
struct  TMCDB::longLongBlobData
struct  TMCDB::longLongSeqBlobData
struct  TMCDB::uLongLongBlobData
struct  TMCDB::uLongLongSeqBlobData
struct  TMCDB::patternBlobData
struct  TMCDB::stringBlobData
struct  TMCDB::stringSeqBlobData
struct  TMCDB::enumBlobData
struct  TMCDB::anyBlobData
struct  TMCDB::MonitorBlob
struct  TMCDB::MonitorDataBlock

Namespaces

namespace  TMCDB

Typedefs

typedef unsigned short TMCDB::DataValueType
typedef sequence< doubleBlobData > TMCDB::doubleBlobDataSeq
typedef sequence
< doubleSeqBlobData > 
TMCDB::doubleSeqBlobDataSeq
typedef sequence< floatBlobData > TMCDB::floatBlobDataSeq
typedef sequence
< floatSeqBlobData > 
TMCDB::floatSeqBlobDataSeq
typedef sequence< longBlobData > TMCDB::longBlobDataSeq
typedef sequence< longSeqBlobData > TMCDB::longSeqBlobDataSeq
typedef sequence
< longLongBlobData > 
TMCDB::longLongBlobDataSeq
typedef sequence
< longLongSeqBlobData > 
TMCDB::longLongSeqBlobDataSeq
typedef sequence
< uLongLongBlobData > 
TMCDB::uLongLongBlobDataSeq
typedef sequence
< uLongLongSeqBlobData > 
TMCDB::uLongLongSeqBlobDataSeq
typedef sequence< patternBlobData > TMCDB::patternBlobDataSeq
typedef sequence< stringBlobData > TMCDB::stringBlobDataSeq
typedef sequence
< stringSeqBlobData > 
TMCDB::stringSeqBlobDataSeq
typedef sequence< enumBlobData > TMCDB::enumBlobDataSeq
typedef sequence< anyBlobData > TMCDB::anyBlobDataSeq
typedef string TMCDB::serialNumberType
typedef sequence
< serialNumberType > 
TMCDB::serialNumberTypeSeq
typedef sequence
< MonitorDataBlock > 
TMCDB::MonitorDataBlocks

Variables

const DataValueType TMCDB::doubleValueType = 0
const DataValueType TMCDB::doubleSeqValueType = 1
const DataValueType TMCDB::floatValueType = 2
const DataValueType TMCDB::floatSeqValueType = 3
const DataValueType TMCDB::longValueType = 4
const DataValueType TMCDB::longSeqValueType = 5
const DataValueType TMCDB::longLongValueType = 6
const DataValueType TMCDB::longLongSeqValueType = 7
const DataValueType TMCDB::uLongLongValueType = 8
const DataValueType TMCDB::uLongLongSeqValueType = 9
const DataValueType TMCDB::stringValueType = 10
const DataValueType TMCDB::stringSeqValueType = 11
const DataValueType TMCDB::patternValueType = 12
const DataValueType TMCDB::patternSeqValueType = 13
const DataValueType TMCDB::enumValueType = 14