CIM++ Adapted CIM_SINERGIEN Codebase
ACLineSegmentPhase.h
1 // ACLineSegmentPhase.h
3 // Implementation of the Class ACLineSegmentPhase
4 // Original author: kdemaree
6 
7 #ifndef ACLINESEGMENTPHASE_H
8 #define ACLINESEGMENTPHASE_H
9 
10 #include "IEC61970/Base/Wires/SinglePhaseKind.h"
11 #include "IEC61970/Base/Wires/ACLineSegment.h"
12 #include "IEC61970/Base/Core/PowerSystemResource.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace Wires
19  {
24  {
25 
26  public:
28  virtual ~ACLineSegmentPhase();
32  IEC61970::Base::Wires::SinglePhaseKind phase;
37 
38  };
39 
40  }
41 
42  }
43 
44 }
45 #endif // ACLINESEGMENTPHASE_H
Definition: ACLineSegmentPhase.h:23
Definition: ACLineSegment.h:38
Definition: AuxiliaryEquipment.h:13
Definition: PowerSystemResource.h:28
IEC61970::Base::Wires::ACLineSegment * ACLineSegment
Definition: ACLineSegmentPhase.h:36
IEC61970::Base::Wires::SinglePhaseKind phase
Definition: ACLineSegmentPhase.h:32