Raritan PX2/PX3 JSON-RPC API
EDevice.idl
1 #ifndef __PDUMODEL_EDEVICE_IDL__
2 #define __PDUMODEL_EDEVICE_IDL__
3 
5 module pdumodel {
6 
19  interface EDevice {
20 
26  vector<EDevice> getParents();
27 
33  vector<EDevice> getChildren();
34 
35  };
36 
37 }
38 
39 #endif
Common base interface for any kind of electrical device that is used in the PDU model, such as inlets, OCPs and outlets.
Definition: EDevice.idl:19
PDU Model.
Definition: Ade.idl:7