6 #ifndef __PDUMODEL_EDEVICE_IDL__
7 #define __PDUMODEL_EDEVICE_IDL__
10 #include <Waveform.idl>
Common base interface for any kind of electrical device that is used in the PDU model,...
Definition: EDevice.idl:27
vector< EDevice > getChildren()
Get the list of devices that are directly fed by this device.
Waveform getPoleWaveform(in PowerLine line)
Get the current voltage and current waveforms for a pole of this device.
vector< EDevice > getParents()
Get the list of devices that provide energy to this device.
Waveform getWaveform()
Get the current voltage and current waveforms for this device.
PDU Model.
Definition: Ade.idl:12
PowerLine
Power line.
Definition: Pole.idl:18