IEC61970 16v29a - IEC61968 12v08
CompositeSwitchKind.h
1 // CompositeSwitchKind.h
3 // Implementation of the Class CompositeSwitchKind
4 // Original author: T. Kostic
6 
7 #ifndef COMPOSITESWITCHKIND_H
8 #define COMPOSITESWITCHKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfAssetInfo
15  {
19  enum class CompositeSwitchKind
20  {
21  _undef = -1, throwOver,
22  escoThrowOver,
23  ral,
24  gral,
25  regulatorBypass,
26  ugMultiSwitch,
27  other
28  };
29 
30  }
31 
32  }
33 
34 }
35 #endif // COMPOSITESWITCHKIND_H
Definition: BusbarSectionInfo.h:14