IEC61970 16v29a - IEC61968 12v08
MeterMultiplierKind.h
1 // MeterMultiplierKind.h
3 // Implementation of the Class MeterMultiplierKind
4 // Original author: T. Kostic
6 
7 #ifndef METERMULTIPLIERKIND_H
8 #define METERMULTIPLIERKIND_H
9 
10 namespace IEC61968
11 {
12  namespace Metering
13  {
17  enum class MeterMultiplierKind
18  {
24  _undef = -1, kH,
29  kR,
33  kE,
38  ctRatio,
43  ptRatio,
47  transformerRatio
48  };
49 
50  }
51 
52 }
53 #endif // METERMULTIPLIERKIND_H
Definition: BusbarSectionInfo.h:14