IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
Metering
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
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13