1 #ifndef __PDUMODEL_RESIDUAL_CURRENT_STATE_SENSOR_IDL__
2 #define __PDUMODEL_RESIDUAL_CURRENT_STATE_SENSOR_IDL__
4 #include <StateSensor.idl>
15 constant
int STATE_NORMAL = 0;
16 constant
int STATE_WARNING = 1;
17 constant
int STATE_CRITICAL = 2;
18 constant
int STATE_SELFTEST = 3;
19 constant
int STATE_FAILURE = 4;
Residual current state sensor interface.
Definition: ResidualCurrentStateSensor.idl:12