CIM++ Adapted CIM Codebase
EnergySourcePhase.h
1 // EnergySourcePhase.h
3 // Implementation of the Class EnergySourcePhase
4 // Original author: 222206
6 
7 #ifndef ENERGYSOURCEPHASE_H
8 #define ENERGYSOURCEPHASE_H
9 
10 #include "IEC61970/Base/Wires/SinglePhaseKind.h"
11 #include "IEC61970/Base/Core/PowerSystemResource.h"
12 #include "IEC61970/Base/Wires/EnergySource.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace Wires
19  {
24  {
25 
26  public:
28  virtual ~EnergySourcePhase();
35  IEC61970::Base::Wires::SinglePhaseKind phase;
40 
41  };
42 
43  }
44 
45  }
46 
47 }
48 #endif // ENERGYSOURCEPHASE_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Wires::EnergySource * EnergySource
Definition: EnergySourcePhase.h:39
Definition: EnergySourcePhase.h:23
Definition: PowerSystemResource.h:28
Definition: EnergySource.h:27
IEC61970::Base::Wires::SinglePhaseKind phase
Definition: EnergySourcePhase.h:35