IEC61970 16v29a - IEC61968 12v08
FACTSDeviceKind.h
1 // FACTSDeviceKind.h
3 // Implementation of the Class FACTSDeviceKind
4 // Original author: T. Kostic
6 
7 #ifndef FACTSDEVICEKIND_H
8 #define FACTSDEVICEKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfAssets
15  {
19  enum class FACTSDeviceKind
20  {
24  _undef = -1, svc,
28  statcom,
32  tcpar,
36  tcsc,
40  tcvl,
44  tsbr,
48  tssc,
52  upfc
53  };
54 
55  }
56 
57  }
58 
59 }
60 #endif // FACTSDEVICEKIND_H
Definition: BusbarSectionInfo.h:14