CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
Core
PhaseCode.h
1
// PhaseCode.h
3
// Implementation of the Class PhaseCode
5
6
#ifndef PHASECODE_H
7
#define PHASECODE_H
8
9
namespace
IEC61970
10
{
11
namespace
Base
12
{
13
namespace
Core
14
{
25
enum class
PhaseCode
26
{
30
ABCN,
34
ABC,
38
ABN,
42
ACN,
46
BCN,
50
AB,
54
AC,
58
BC,
62
AN,
66
BN,
70
CN,
74
A,
78
B,
82
C,
86
N,
90
s1N,
94
s2N,
98
s12N,
102
s1,
106
s2,
110
s12
111
};
112
113
}
114
115
}
116
117
}
118
#endif // PHASECODE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.11