CIM++ Adapted CIM_SINERGIEN Codebase
PFVArType1IEEEPFController.h
1 // PFVArType1IEEEPFController.h
3 // Implementation of the Class PFVArType1IEEEPFController
4 // Original author: pcha006
6 
7 #ifndef PFVARTYPE1IEEEPFCONTROLLER_H
8 #define PFVARTYPE1IEEEPFCONTROLLER_H
9 
10 #include "IEC61970/Base/Domain/Boolean.h"
11 #include "IEC61970/Base/Domain/Seconds.h"
12 #include "IEC61970/Base/Domain/PU.h"
13 #include "IEC61970/Base/Domain/Float.h"
14 #include "IEC61970/Dynamics/StandardModels/PFVArControllerType1Dynamics/PFVArControllerType1Dynamics.h"
15 
16 namespace IEC61970
17 {
18  namespace Dynamics
19  {
20  namespace StandardModels
21  {
22  namespace PFVArControllerType1Dynamics
23  {
31  {
32 
33  public:
35  virtual ~PFVArType1IEEEPFController();
59  IEC61970::Base::Domain::Float vpfcbw;
74 
75  };
76 
77  }
78 
79  }
80 
81  }
82 
83 }
84 #endif // PFVARTYPE1IEEEPFCONTROLLER_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::PU vitmin
Definition: PFVArType1IEEEPFController.h:50
IEC61970::Base::Domain::Boolean ovex
Definition: PFVArType1IEEEPFController.h:41
Definition: Seconds.h:22
IEC61970::Base::Domain::Float vpfcbw
Definition: PFVArType1IEEEPFController.h:59
IEC61970::Base::Domain::Seconds tpfc
Definition: PFVArType1IEEEPFController.h:45
IEC61970::Base::Domain::PU vvtmax
Definition: PFVArType1IEEEPFController.h:68
Definition: Boolean.h:21
Definition: PU.h:23
IEC61970::Base::Domain::PU vvtmin
Definition: PFVArType1IEEEPFController.h:73
IEC61970::Base::Domain::PU vpf
Definition: PFVArType1IEEEPFController.h:54
IEC61970::Base::Domain::PU vpfref
Definition: PFVArType1IEEEPFController.h:63