IEC61970 16v29a - IEC61968 12v08
WireUsageKind.h
1 // WireUsageKind.h
3 // Implementation of the Class WireUsageKind
4 // Original author: T. Kostic
6 
7 #ifndef WIREUSAGEKIND_H
8 #define WIREUSAGEKIND_H
9 
10 namespace IEC61968
11 {
12  namespace AssetInfo
13  {
17  enum class WireUsageKind
18  {
22  _undef = -1, transmission,
26  distribution,
30  secondary,
34  other
35  };
36 
37  }
38 
39 }
40 #endif // WIREUSAGEKIND_H
Definition: BusbarSectionInfo.h:14