IEC61970 17v23
17v23
refactored
IEC61970
Dynamics
StandardModels
SynchronousMachineDynamics
IfdBaseKind.h
1
// IfdBaseKind.h
3
// Implementation of the Class IfdBaseKind
4
// Original author: tsaxton
6
7
#ifndef IFDBASEKIND_H
8
#define IFDBASEKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Dynamics
13
{
14
namespace
StandardModels
15
{
16
namespace
SynchronousMachineDynamics
17
{
21
enum class
IfdBaseKind
22
{
27
_undef = -1, ifag,
32
ifnl,
37
iffl
38
};
39
40
}
41
42
}
43
44
}
45
46
}
47
#endif // IFDBASEKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13