IEC61970 17v23
ICCPScope.h
1 // ICCPScope.h
3 // Implementation of the Class ICCPScope
4 // Original author: SELAOST1
6 
7 #ifndef ICCPSCOPE_H
8 #define ICCPSCOPE_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace ICCPConfiguration
15  {
16  enum class ICCPScope
17  {
18  _undef = -1, VCC,
19  ICC
20  };
21 
22  }
23 
24  }
25 
26 }
27 #endif // ICCPSCOPE_H
Definition: AuxiliaryEquipment.h:13