6 #ifndef __PDUMODEL_RESIDUAL_CURRENT_STATE_SENSOR_IDL__ 
    7 #define __PDUMODEL_RESIDUAL_CURRENT_STATE_SENSOR_IDL__ 
    9 #include <StateSensor.idl> 
   20         constant 
int STATE_NORMAL   = 0; 
 
   21         constant 
int STATE_WARNING  = 1; 
 
   22         constant 
int STATE_CRITICAL = 2; 
 
   23         constant 
int STATE_SELFTEST = 3; 
 
   24         constant 
int STATE_FAILURE  = 4; 
 
Residual current state sensor interface.
Definition: ResidualCurrentStateSensor.idl:17
 
int startSelfTest()
Start a self test of the residual current monitor.
 
PDU Model.
Definition: Ade.idl:12
 
Sensors Model.
Definition: AccumulatingNumericSensor.idl:13