CIM++ Adapted CIM Codebase
OverexcLimX1.h
1 // OverexcLimX1.h
3 // Implementation of the Class OverexcLimX1
4 // Original author: pcha006
6 
7 #ifndef OVEREXCLIMX1_H
8 #define OVEREXCLIMX1_H
9 
10 #include "IEC61970/Base/Domain/PU.h"
11 #include "IEC61970/Base/Domain/Seconds.h"
12 #include "IEC61970/Dynamics/StandardModels/OverexcitationLimiterDynamics/OverexcitationLimiterDynamics.h"
13 
14 namespace IEC61970
15 {
16  namespace Dynamics
17  {
18  namespace StandardModels
19  {
20  namespace OverexcitationLimiterDynamics
21  {
26  {
27 
28  public:
29  OverexcLimX1();
30  virtual ~OverexcLimX1();
77 
78  };
79 
80  }
81 
82  }
83 
84  }
85 
86 }
87 #endif // OVEREXCLIMX1_H
IEC61970::Base::Domain::Seconds t1
Definition: OverexcLimX1.h:62
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::PU efd1
Definition: OverexcLimX1.h:35
IEC61970::Base::Domain::Seconds t2
Definition: OverexcLimX1.h:67
IEC61970::Base::Domain::PU efddes
Definition: OverexcLimX1.h:49
Definition: Seconds.h:22
IEC61970::Base::Domain::PU efd2
Definition: OverexcLimX1.h:40
IEC61970::Base::Domain::PU vlow
Definition: OverexcLimX1.h:76
IEC61970::Base::Domain::Seconds t3
Definition: OverexcLimX1.h:72
IEC61970::Base::Domain::PU kmx
Definition: OverexcLimX1.h:57
IEC61970::Base::Domain::PU efd3
Definition: OverexcLimX1.h:45
IEC61970::Base::Domain::PU efdrated
Definition: OverexcLimX1.h:53
Definition: PU.h:23