6#ifndef __PDUMODEL_POWER_BUS_IDL__
7#define __PDUMODEL_POWER_BUS_IDL__
10#include <NumericSensor.idl>
Common base interface for any kind of electrical device that is used in the PDU model,...
Sensors getSensors()
Retrieve the bus sensors.
vector< Pole > getPoles()
Get the list of poles.
A sensor with numeric readings.
sensors::NumericSensor current
Current sensor.
sensors::NumericSensor activePower
Active power sensor.
sensors::NumericSensor voltage
Voltage sensor.
sensors::NumericSensor temperature
Bus bar temperature sensor.
sensors::NumericSensor activeEnergy
Active energy sensor.