CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
Wires
SinglePhaseKind.h
1
// SinglePhaseKind.h
3
// Implementation of the Class SinglePhaseKind
4
// Original author: T. Kostic
6
7
#ifndef SINGLEPHASEKIND_H
8
#define SINGLEPHASEKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Base
13
{
14
namespace
Wires
15
{
20
enum class
SinglePhaseKind
21
{
25
A,
29
B,
33
C,
37
N,
41
s1,
45
s2
46
};
47
48
}
49
50
}
51
52
}
53
#endif // SINGLEPHASEKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.11