IEC61970 17v23
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
•
All
Classes
Variables
17v23
refactored
IEC61970
Base
SCADA
RemoteUnitType.h
1
// RemoteUnitType.h
3
// Implementation of the Class RemoteUnitType
5
6
#ifndef REMOTEUNITTYPE_H
7
#define REMOTEUNITTYPE_H
8
9
namespace
IEC61970
10
{
11
namespace
Base
12
{
13
namespace
SCADA
14
{
18
enum class
RemoteUnitType
19
{
23
_undef = -1, RTU,
27
SubstationControlSystem,
31
ControlCenter,
35
IED
36
};
37
38
}
39
40
}
41
42
}
43
#endif // REMOTEUNITTYPE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13