IEC61970 16v29a - IEC61968 12v08
PSREventKind.h
1 // PSREventKind.h
3 // Implementation of the Class PSREventKind
4 // Original author: T. Kostic
6 
7 #ifndef PSREVENTKIND_H
8 #define PSREVENTKIND_H
9 
10 namespace IEC61968
11 {
12  namespace Operations
13  {
17  enum class PSREventKind
18  {
22  _undef = -1, inService,
26  outOfService,
30  pendingAdd,
34  pendingRemove,
38  pendingReplace,
42  other,
46  unknown
47  };
48 
49  }
50 
51 }
52 #endif // PSREVENTKIND_H
Definition: BusbarSectionInfo.h:14