IEC61970 17v23
17v23
refactored
IEC61970
Base
SCADA
Source.h
1
// Source.h
3
// Implementation of the Class Source
5
6
#ifndef SOURCE_H
7
#define SOURCE_H
8
9
namespace
IEC61970
10
{
11
namespace
Base
12
{
13
namespace
SCADA
14
{
18
enum class
Source
19
{
24
_undef = -1, PROCESS,
28
DEFAULTED,
32
SUBSTITUTED
33
};
34
35
}
36
37
}
38
39
}
40
#endif // SOURCE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13