CIM++ Adapted CIM Codebase
IfdBaseKind.h
1 // IfdBaseKind.h
3 // Implementation of the Class IfdBaseKind
4 // Original author: tsaxton
6 
7 #ifndef IFDBASEKIND_H
8 #define IFDBASEKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Dynamics
13  {
14  namespace StandardModels
15  {
16  namespace SynchronousMachineDynamics
17  {
21  enum class IfdBaseKind
22  {
27  ifag,
32  ifnl,
37  iffl,
41  other
42  };
43 
44  }
45 
46  }
47 
48  }
49 
50 }
51 #endif // IFDBASEKIND_H
Definition: AuxiliaryEquipment.h:13