type definitions for monitor system
More...
Go to the source code of this file.
|
typedef unsigned short | carma::monitor::pointIDType |
|
typedef unsigned short | carma::monitor::subsystemIDType |
|
typedef long | carma::monitor::tagIDType |
|
typedef enum
carma::monitor::ThresholdSetBits | carma::monitor::ThresholdSetState |
|
typedef enum
carma::monitor::ThresholdValues | carma::monitor::ThresholdValueEnum |
|
typedef unsigned char | carma::monitor::uchar |
|
|
enum | ThresholdSetBits {
THRESHOLD_NONE_SET = 0x0,
THRESHOLD_ERROR_LOW_SET = 1 << THRESHOLD_LOW_ERROR_VALUE,
THRESHOLD_WARN_LOW_SET = 1 << THRESHOLD_LOW_WARN_VALUE,
THRESHOLD_ERROR_HIGH_SET = 1 << THRESHOLD_HIGH_ERROR_VALUE,
THRESHOLD_WARN_HIGH_SET = 1 << THRESHOLD_HIGH_WARN_VALUE
} |
|
enum | ThresholdValues {
THRESHOLD_LOW_ERROR_VALUE,
THRESHOLD_LOW_WARN_VALUE,
THRESHOLD_HIGH_ERROR_VALUE,
THRESHOLD_HIGH_WARN_VALUE,
THRESHOLD_NUM_VALUES
} |
|
type definitions for monitor system
Definition in file types.h.