IEC61970 17v23
17v23
refactored
IEC61970
Base
ControlArea
ControlAreaTypeKind.h
1
// ControlAreaTypeKind.h
3
// Implementation of the Class ControlAreaTypeKind
4
// Original author: kdd
6
7
#ifndef CONTROLAREATYPEKIND_H
8
#define CONTROLAREATYPEKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Base
13
{
14
namespace
ControlArea
15
{
19
enum class
ControlAreaTypeKind
20
{
24
_undef = -1, AGC,
28
Forecast,
32
Interchange
33
};
34
35
}
36
37
}
38
39
}
40
#endif // CONTROLAREATYPEKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13