CARMA C++
types.h File Reference

type definitions for monitor system More...

Go to the source code of this file.

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::monitor
 Monitor subsystem.
 

Typedefs

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
 

Enumerations

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
}
 

Detailed Description

type definitions for monitor system

Definition in file types.h.