IEC61970 16v29a - IEC61968 12v08
ServiceMultiplierKind.h
1 // ServiceMultiplierKind.h
3 // Implementation of the Class ServiceMultiplierKind
4 // Original author: T. Kostic
6 
7 #ifndef SERVICEMULTIPLIERKIND_H
8 #define SERVICEMULTIPLIERKIND_H
9 
10 namespace IEC61968
11 {
12  namespace Metering
13  {
17  enum class ServiceMultiplierKind
18  {
23  _undef = -1, ctRatio,
28  ptRatio,
32  transformerRatio
33  };
34 
35  }
36 
37 }
38 #endif // SERVICEMULTIPLIERKIND_H
Definition: BusbarSectionInfo.h:14