IEC61970 16v29a - IEC61968 12v08
SwitchActionKind.h
1 // SwitchActionKind.h
3 // Implementation of the Class SwitchActionKind
4 // Original author: T. Kostic
6 
7 #ifndef SWITCHACTIONKIND_H
8 #define SWITCHACTIONKIND_H
9 
10 namespace IEC61968
11 {
12  namespace Operations
13  {
17  enum class SwitchActionKind
18  {
22  _undef = -1, open,
26  close,
30  disableReclosing,
34  enableReclosing
35  };
36 
37  }
38 
39 }
40 #endif // SWITCHACTIONKIND_H
Definition: BusbarSectionInfo.h:14