Raritan PX2/PX3 JSON-RPC API
|
6 #ifndef __ALERTED_SENSOR_MANAGER_IDL__
7 #define __ALERTED_SENSOR_MANAGER_IDL__
53 valueobject MonitoredSensorsChangedEvent extends
idl.Event {
66 valueobject AlertedSensorsChangedEvent extends
idl.Event {
Data about a monitored sensor.
Definition: AlertedSensorManager.idl:40
Object parent
Reference to the sensor's parent object.
Definition: AlertedSensorManager.idl:42
@ NORMAL
Sensor is not alerted.
Definition: AlertedSensorManager.idl:20
Sensors Model.
Definition: AccumulatingNumericSensor.idl:13
Statistics about monitored sensors.
Definition: AlertedSensorManager.idl:26
AlertState
Sensor alert state.
Definition: AlertedSensorManager.idl:18
vector< SensorData > getAllSensors()
Retrieve a list of all monitored sensors.
@ CRITICAL
Sensor is in critical state.
Definition: AlertedSensorManager.idl:21
AlertState alertState
Current alert state of the sensor.
Definition: AlertedSensorManager.idl:43
SensorCounts getSensorCounts()
Retrieve the current sensor counts.
int unavailable
Number of unavailable sensors.
Definition: AlertedSensorManager.idl:28
int critical
Number of critical sensors.
Definition: AlertedSensorManager.idl:29
vector< SensorData > changedSensors
Changed or added sensors.
Definition: AlertedSensorManager.idl:68
Basic IDL definitions.
Definition: Event.idl:10
A global instance keeping track of sensors in alerted state.
Definition: AlertedSensorManager.idl:15
Sensor interface
Definition: Sensor.idl:15
@ UNAVAILABLE
Sensor is unavailable.
Definition: AlertedSensorManager.idl:19
vector< Sensor_4_0_4 > removedSensors
Removed sensors.
Definition: AlertedSensorManager.idl:69
int warned
Number of warned sensors.
Definition: AlertedSensorManager.idl:30
int total
Total number of monitored sensors.
Definition: AlertedSensorManager.idl:27
vector< SensorData > getAlertedSensors()
Retrieve a list of currently alerted sensors.
Sensor_4_0_4 sensor
Reference to the sensor object.
Definition: AlertedSensorManager.idl:41