IEC61970 16v29a - IEC61968 12v08
ClearanceActionKind.h
1 // ClearanceActionKind.h
3 // Implementation of the Class ClearanceActionKind
4 // Original author: T. Kostic
6 
7 #ifndef CLEARANCEACTIONKIND_H
8 #define CLEARANCEACTIONKIND_H
9 
10 namespace IEC61968
11 {
12  namespace Operations
13  {
17  enum class ClearanceActionKind
18  {
22  _undef = -1, issue,
26  update,
30  release
31  };
32 
33  }
34 
35 }
36 #endif // CLEARANCEACTIONKIND_H
Definition: BusbarSectionInfo.h:14