IEC61970 17v07
17v07
refactored
IEC61970
Dynamics
StandardModels
ExcitationSystemDynamics
ExcREXSFeedbackSignalKind.h
1
// ExcREXSFeedbackSignalKind.h
3
// Implementation of the Class ExcREXSFeedbackSignalKind
4
// Original author: civanov
6
7
#ifndef EXCREXSFEEDBACKSIGNALKIND_H
8
#define EXCREXSFEEDBACKSIGNALKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Dynamics
13
{
14
namespace
StandardModels
15
{
16
namespace
ExcitationSystemDynamics
17
{
21
enum class
ExcREXSFeedbackSignalKind
22
{
27
_undef = -1, fieldVoltage,
31
fieldCurrent,
35
outputVoltage
36
};
37
38
}
39
40
}
41
42
}
43
44
}
45
#endif // EXCREXSFEEDBACKSIGNALKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13