CIM++ Adapted CIM Codebase
UnderexcLimX1.h
1 // UnderexcLimX1.h
3 // Implementation of the Class UnderexcLimX1
4 // Original author: pcha006
6 
7 #ifndef UNDEREXCLIMX1_H
8 #define UNDEREXCLIMX1_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  UnderexcLimX1();
30  virtual ~UnderexcLimX1();
55 
56  };
57 
58  }
59 
60  }
61 
62  }
63 
64 }
65 #endif // UNDEREXCLIMX1_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::PU melmax
Definition: UnderexcLimX1.h:46
Definition: Seconds.h:22
IEC61970::Base::Domain::PU km
Definition: UnderexcLimX1.h:42
IEC61970::Base::Domain::Seconds tf2
Definition: UnderexcLimX1.h:50
IEC61970::Base::Domain::PU k
Definition: UnderexcLimX1.h:34
IEC61970::Base::Domain::Seconds tm
Definition: UnderexcLimX1.h:54
Definition: PU.h:23
IEC61970::Base::Domain::PU kf2
Definition: UnderexcLimX1.h:38