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,...
vector< EDevice > getParents()
Get the list of devices that provide energy to this device.
Waveform getPoleWaveform(in PowerLine line)
Get the current voltage and current waveforms for a pole of this device.
vector< EDevice > getChildren()
Get the list of devices that are directly fed by this device.
Waveform getWaveform()
Get the current voltage and current waveforms for this device.