CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
Wires
SynchronousMachineOperatingMode.h
1
// SynchronousMachineOperatingMode.h
3
// Implementation of the Class SynchronousMachineOperatingMode
5
6
#ifndef SYNCHRONOUSMACHINEOPERATINGMODE_H
7
#define SYNCHRONOUSMACHINEOPERATINGMODE_H
8
9
namespace
IEC61970
10
{
11
namespace
Base
12
{
13
namespace
Wires
14
{
18
enum class
SynchronousMachineOperatingMode
19
{
20
generator,
21
condenser,
22
motor
23
};
24
25
}
26
27
}
28
29
}
30
#endif // SYNCHRONOUSMACHINEOPERATINGMODE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.11