2 #ifndef __SENSORS_SWITCH_IDL__ 3 #define __SENSORS_SWITCH_IDL__ 5 #include <StateSensor.idl> 6 #include <UserEvent.idl> 20 constant
int ERR_INVALID_PARAMETER = 1;
21 constant
int ERR_NOT_AVAILABLE = 2;
22 constant
int ERR_PDC_POWER_LIMIT = 3;
34 int setState(in
int newState);
37 valueobject SwitchEvent extends
event.UserEvent {
Sensor with discrete readings.
Definition: StateSensor.idl:38
Switch is an actuator and an extension to StateSensor.
Definition: Switch.idl:19
Sensors Model.
Definition: AccumulatingNumericSensor.idl:8