CIM++ Adapted CIM Codebase
UnderexcLimX2.h
1 // UnderexcLimX2.h
3 // Implementation of the Class UnderexcLimX2
4 // Original author: pcha006
6 
7 #ifndef UNDEREXCLIMX2_H
8 #define UNDEREXCLIMX2_H
9 
10 #include "IEC61970/Base/Domain/PU.h"
11 #include "IEC61970/Base/Domain/Seconds.h"
12 #include "IEC61970/Dynamics/StandardModels/UnderexcitationLimiterDynamics/UnderexcitationLimiterDynamics.h"
13 
14 namespace IEC61970
15 {
16  namespace Dynamics
17  {
18  namespace StandardModels
19  {
20  namespace UnderexcitationLimiterDynamics
21  {
26  {
27 
28  public:
29  UnderexcLimX2();
30  virtual ~UnderexcLimX2();
59 
60  };
61 
62  }
63 
64  }
65 
66  }
67 
68 }
69 #endif // UNDEREXCLIMX2_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Seconds tf2
Definition: UnderexcLimX2.h:54
Definition: Seconds.h:22
IEC61970::Base::Domain::PU qo
Definition: UnderexcLimX2.h:46
IEC61970::Base::Domain::PU kf2
Definition: UnderexcLimX2.h:34
IEC61970::Base::Domain::PU r
Definition: UnderexcLimX2.h:50
IEC61970::Base::Domain::PU km
Definition: UnderexcLimX2.h:38
IEC61970::Base::Domain::PU melmax
Definition: UnderexcLimX2.h:42
IEC61970::Base::Domain::Seconds tm
Definition: UnderexcLimX2.h:58
Definition: PU.h:23