IEC61970 16v29a - IEC61968 12v08
MacroPeriodKind.h
1 // MacroPeriodKind.h
3 // Implementation of the Class MacroPeriodKind
4 // Original author: Marty
6 
7 #ifndef MACROPERIODKIND_H
8 #define MACROPERIODKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfMetering
15  {
16  namespace ReadingTypeEnumerations
17  {
18  enum class MacroPeriodKind
19  {
23  _undef = -1, none = 0,
30  billingPeriod = 8,
35  daily = 11,
41  monthly = 13,
47  seasonal = 22,
53  weekly = 24,
58  specifiedPeriod = 32
59  };
60 
61  }
62 
63  }
64 
65  }
66 
67 }
68 #endif // MACROPERIODKIND_H
Definition: BusbarSectionInfo.h:14