IEC61970 17v23
17v23
refactored
IEC61970
Base
ICCPConfiguration
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
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13