CIM++ Adapted CIM_SINERGIEN Codebase
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  PROCESS,
28  DEFAULTED,
32  SUBSTITUTED
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // SOURCE_H
Definition: AuxiliaryEquipment.h:13