CIM++ Adapted CIM Codebase
OverexcLimX2.h
1 // OverexcLimX2.h
3 // Implementation of the Class OverexcLimX2
4 // Original author: pcha006
6 
7 #ifndef OVEREXCLIMX2_H
8 #define OVEREXCLIMX2_H
9 
10 #include "IEC61970/Base/Domain/PU.h"
11 #include "IEC61970/Base/Domain/Boolean.h"
12 #include "IEC61970/Base/Domain/Seconds.h"
13 #include "IEC61970/Dynamics/StandardModels/OverexcitationLimiterDynamics/OverexcitationLimiterDynamics.h"
14 
15 namespace IEC61970
16 {
17  namespace Dynamics
18  {
19  namespace StandardModels
20  {
21  namespace OverexcitationLimiterDynamics
22  {
29  {
30 
31  public:
32  OverexcLimX2();
33  virtual ~OverexcLimX2();
88 
89  };
90 
91  }
92 
93  }
94 
95  }
96 
97 }
98 #endif // OVEREXCLIMX2_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::PU efd1
Definition: OverexcLimX2.h:38
IEC61970::Base::Domain::PU kmx
Definition: OverexcLimX2.h:62
Definition: Seconds.h:22
IEC61970::Base::Domain::PU efddes
Definition: OverexcLimX2.h:53
IEC61970::Base::Domain::PU efd2
Definition: OverexcLimX2.h:43
IEC61970::Base::Domain::Seconds t2
Definition: OverexcLimX2.h:78
IEC61970::Base::Domain::Boolean m
Definition: OverexcLimX2.h:68
Definition: Boolean.h:21
IEC61970::Base::Domain::Seconds t1
Definition: OverexcLimX2.h:73
Definition: PU.h:23
IEC61970::Base::Domain::PU efd3
Definition: OverexcLimX2.h:48
IEC61970::Base::Domain::Seconds t3
Definition: OverexcLimX2.h:83
IEC61970::Base::Domain::PU vlow
Definition: OverexcLimX2.h:87
IEC61970::Base::Domain::PU efdrated
Definition: OverexcLimX2.h:58