IEC61970 17v07
NonlinearShuntCompensatorPhasePoint.h
1 // NonlinearShuntCompensatorPhasePoint.h
3 // Implementation of the Class NonlinearShuntCompensatorPhasePoint
4 // Original author: selaost1
6 
7 #ifndef NONLINEARSHUNTCOMPENSATORPHASEPOINT_H
8 #define NONLINEARSHUNTCOMPENSATORPHASEPOINT_H
9 
10 #include "BaseClass.h"
11 #include "IEC61970/Base/Domain/Susceptance.h"
12 #include "IEC61970/Base/Domain/Conductance.h"
13 #include "IEC61970/Base/Domain/Integer.h"
14 
15 namespace IEC61970
16 {
17  namespace Base
18  {
19  namespace Wires
20  {
25  {
26 
27  public:
42 
43  };
44 
45  }
46 
47  }
48 
49 }
50 #endif // NONLINEARSHUNTCOMPENSATORPHASEPOINT_H
Definition: Integer.h:17
Definition: AuxiliaryEquipment.h:13
Definition: NonlinearShuntCompensatorPhasePoint.h:24
IEC61970::Base::Domain::Integer sectionNumber
Definition: NonlinearShuntCompensatorPhasePoint.h:41
IEC61970::Base::Domain::Conductance g
Definition: NonlinearShuntCompensatorPhasePoint.h:37
Definition: Conductance.h:23
Definition: BaseClass.h:6
Definition: Susceptance.h:22
IEC61970::Base::Domain::Susceptance b
Definition: NonlinearShuntCompensatorPhasePoint.h:33