IEC61970 16v29a - IEC61968 12v08
BushingInsulationPfTestKind.h
1 // BushingInsulationPfTestKind.h
3 // Implementation of the Class BushingInsulationPfTestKind
4 // Original author: T. Kostic
6 
7 #ifndef BUSHINGINSULATIONPFTESTKIND_H
8 #define BUSHINGINSULATIONPFTESTKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfAssets
15  {
19  enum class BushingInsulationPfTestKind
20  {
24  _undef = -1, c1,
28  c2
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // BUSHINGINSULATIONPFTESTKIND_H
Definition: BusbarSectionInfo.h:14