CIM++ Adapted CIM Codebase
ExcAVR5.h
1 // ExcAVR5.h
3 // Implementation of the Class ExcAVR5
4 // Original author: pcha006
6 
7 #ifndef EXCAVR5_H
8 #define EXCAVR5_H
9 
10 #include "IEC61970/Base/Domain/PU.h"
11 #include "IEC61970/Base/Domain/Seconds.h"
12 #include "IEC61970/Dynamics/StandardModels/ExcitationSystemDynamics/ExcitationSystemDynamics.h"
13 
14 namespace IEC61970
15 {
16  namespace Dynamics
17  {
18  namespace StandardModels
19  {
20  namespace ExcitationSystemDynamics
21  {
27  {
28 
29  public:
30  ExcAVR5();
31  virtual ~ExcAVR5();
45 
46  };
47 
48  }
49 
50  }
51 
52  }
53 
54 }
55 #endif // EXCAVR5_H
Definition: AuxiliaryEquipment.h:13
Definition: Seconds.h:22
IEC61970::Base::Domain::PU rex
Definition: ExcAVR5.h:40
Definition: PU.h:23
IEC61970::Base::Domain::PU ka
Definition: ExcAVR5.h:35
IEC61970::Base::Domain::Seconds ta
Definition: ExcAVR5.h:44