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