CIM++ Adapted CIM Codebase
CommodityKind.h
1 // CommodityKind.h
3 // Implementation of the Class CommodityKind
4 // Original author: Marty
6 
7 #ifndef COMMODITYKIND_H
8 #define COMMODITYKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfMetering
15  {
16  namespace ReadingTypeEnumerations
17  {
18  enum class CommodityKind
19  {
23  none = 0,
28  electricitySecondaryMetered = 1,
36  electricityPrimaryMetered = 2,
40  communication = 3,
41  air = 4,
45  insulativeGas = 5,
46  insulativeOil = 6,
47  naturalGas = 7,
48  propane = 8,
52  potableWater = 9,
56  steam = 10,
60  wasteWater = 11,
66  heatingFluid = 12,
71  coolingFluid = 13,
76  nonpotableWater = 14,
80  nox = 15,
84  so2 = 16,
88  ch4 = 17,
92  co2 = 18,
93  carbon = 19,
97  hch = 20,
101  pfc = 21,
105  sf6 = 22,
109  tvLicence = 23,
113  internet = 24,
117  refuse = 25
118  };
119 
120  }
121 
122  }
123 
124  }
125 
126 }
127 #endif // COMMODITYKIND_H
Definition: BusbarSectionInfo.h:14