CIM++ Adapted CIM Codebase
StationSupply.h
1 // StationSupply.h
3 // Implementation of the Class StationSupply
5 
6 #ifndef STATIONSUPPLY_H
7 #define STATIONSUPPLY_H
8 
9 #include "IEC61970/Base/Wires/EnergyConsumer.h"
10 
11 namespace IEC61970
12 {
13  namespace Base
14  {
15  namespace LoadModel
16  {
21  {
22 
23  public:
24  StationSupply();
25  virtual ~StationSupply();
26 
27  };
28 
29  }
30 
31  }
32 
33 }
34 #endif // STATIONSUPPLY_H
Definition: AuxiliaryEquipment.h:13
Definition: EnergyConsumer.h:30
Definition: StationSupply.h:20