CIM++ Adapted CIM_SINERGIEN Codebase
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  RTU,
27  SubstationControlSystem,
31  ControlCenter,
35  IED
36  };
37 
38  }
39 
40  }
41 
42 }
43 #endif // REMOTEUNITTYPE_H
Definition: AuxiliaryEquipment.h:13