CIM++ Adapted CIM Codebase
ControlAreaTypeKind.h
1 // ControlAreaTypeKind.h
3 // Implementation of the Class ControlAreaTypeKind
4 // Original author: kdd
6 
7 #ifndef CONTROLAREATYPEKIND_H
8 #define CONTROLAREATYPEKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace ControlArea
15  {
19  enum class ControlAreaTypeKind
20  {
24  AGC,
28  Forecast,
32  Interchange
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // CONTROLAREATYPEKIND_H
Definition: AuxiliaryEquipment.h:13