CIM++ Adapted CIM Codebase
SvShuntCompensatorSections.h
1 // SvShuntCompensatorSections.h
3 // Implementation of the Class SvShuntCompensatorSections
4 // Original author: kdd
6 
7 #ifndef SVSHUNTCOMPENSATORSECTIONS_H
8 #define SVSHUNTCOMPENSATORSECTIONS_H
9 
10 #include "IEC61970/Base/Domain/Float.h"
11 #include "IEC61970/Base/StateVariables/StateVariable.h"
12 #include "IEC61970/Base/Wires/ShuntCompensator.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace StateVariables
19  {
24  {
25 
26  public:
28  virtual ~SvShuntCompensatorSections();
33  IEC61970::Base::Domain::Float sections;
38 
39  };
40 
41  }
42 
43  }
44 
45 }
46 #endif // SVSHUNTCOMPENSATORSECTIONS_H
Definition: AuxiliaryEquipment.h:13
Definition: SvShuntCompensatorSections.h:23
Definition: ShuntCompensator.h:34
Definition: StateVariable.h:20
IEC61970::Base::Domain::Float sections
Definition: SvShuntCompensatorSections.h:33
IEC61970::Base::Wires::ShuntCompensator * ShuntCompensator
Definition: SvShuntCompensatorSections.h:37