CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
DC
CsOperatingModeKind.h
1
// CsOperatingModeKind.h
3
// Implementation of the Class CsOperatingModeKind
4
// Original author: selaost1
6
7
#ifndef CSOPERATINGMODEKIND_H
8
#define CSOPERATINGMODEKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Base
13
{
14
namespace
DC
15
{
19
enum class
CsOperatingModeKind
20
{
24
inverter,
28
rectifier
29
};
30
31
}
32
33
}
34
35
}
36
#endif // CSOPERATINGMODEKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.11