IEC61970 17v23
ICCPPointKind.h
1 // ICCPPointKind.h
3 // Implementation of the Class ICCPPointKind
4 // Original author: herb
6 
7 #ifndef ICCPPOINTKIND_H
8 #define ICCPPOINTKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace ICCPConfiguration
15  {
19  enum class ICCPPointKind
20  {
24  _undef = -1, discrete,
28  real,
32  state,
33  stateSupplemental,
37  singleProtectionEvent,
41  packedProtectionEvent
42  };
43 
44  }
45 
46  }
47 
48 }
49 #endif // ICCPPOINTKIND_H
Definition: AuxiliaryEquipment.h:13