CIM++ Adapted CIM Codebase
TurbineGovernorUserDefined.h
1 // TurbineGovernorUserDefined.h
3 // Implementation of the Class TurbineGovernorUserDefined
4 // Original author: ppbr003
6 
7 #ifndef TURBINEGOVERNORUSERDEFINED_H
8 #define TURBINEGOVERNORUSERDEFINED_H
9 
10 #include "IEC61970/Base/Domain/Boolean.h"
11 #include "IEC61970/Dynamics/StandardModels/TurbineGovernorDynamics/TurbineGovernorDynamics.h"
12 
13 namespace IEC61970
14 {
15  namespace Dynamics
16  {
17  namespace UserDefinedModels
18  {
24  {
25 
26  public:
28  virtual ~TurbineGovernorUserDefined();
37 
38  };
39 
40  }
41 
42  }
43 
44 }
45 #endif // TURBINEGOVERNORUSERDEFINED_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Boolean proprietary
Definition: TurbineGovernorUserDefined.h:36
Definition: Boolean.h:21