1 #ifndef CARMA_DBMS_MONITORSYSTEMANDDBMSRELATIONSHIPS_H
2 #define CARMA_DBMS_MONITORSYSTEMANDDBMSRELATIONSHIPS_H
44 DATATYPE_SERIAL_NUMBER,
59 MAX_AGGREGATE_DATA_TYPE
167 #endif //CARMA_DBMS_MONITORSYSTEMANDDBMSRELATIONSHIPS_H
MonitorPointDataType db2mpDataType(const unsigned short &dbDataType)
convert a db value to its MonitorPointDataType counterpart
MonitorDataAreaType
type describing a particular set of directories used in writing, loading, and archiving monitor point...
MonitorAggregateType
aggregate data type of the monitor[point,data file, table]
unsigned short aggregateTypeToDB(const MonitorAggregateType &aggType)
convert an aggregate type to the value which is written in the db
unsigned short mpDataType2DB(const MonitorPointDataType &mpDataType)
convert a MonitorPointDataType value to the value which is written in the db
MonitorPointType db2mpType(const unsigned short &dbType)
convert a db value to its MonitorPointType counterpart
unsigned short averageTypeToDB(const MonitorAverageType &avgType)
convert an average type to the value which is written in the db
std::string toString(const SortOrder &sortOrder)
get a string representing the specified sort order
MonitorAverageType
average type of the monitor[point,data file,table]
MonitorPointType
describes to what class this monitor point belongs
MonitorAggregateType dataType2AggregateType(const MonitorPointDataType &dataType)
get the aggregate data type that the specific data corresponds to
MonitorAggregateType dbToAggregateType(const unsigned short &dbType)
convert a db value to its MonitorAggregateType counterpart
unsigned short mpType2DB(const MonitorPointType &mpType)
convert a monitor point type to the value which is written in the db
MonitorPointDataType
type of the monitor point.
MonitorAverageType dbToAverageType(const unsigned short &dbType)
convert a db value to its MonitorAverageType counterpart