CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
Wires
PetersenCoilModeKind.h
1
// PetersenCoilModeKind.h
3
// Implementation of the Class PetersenCoilModeKind
4
// Original author: kdemaree
6
7
#ifndef PETERSENCOILMODEKIND_H
8
#define PETERSENCOILMODEKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Base
13
{
14
namespace
Wires
15
{
19
enum class
PetersenCoilModeKind
20
{
24
fixed,
28
manual,
32
automaticPositioning
33
};
34
35
}
36
37
}
38
39
}
40
#endif // PETERSENCOILMODEKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.11