IEC61970 16v29a - IEC61968 12v08
ExtUnitSymbolKind.h
1 // ExtUnitSymbolKind.h
3 // Implementation of the Class ExtUnitSymbolKind
5 
6 #ifndef EXTUNITSYMBOLKIND_H
7 #define EXTUNITSYMBOLKIND_H
8 
9 namespace IEC61968
10 {
11  namespace InfIEC61968
12  {
13  namespace InfMetering
14  {
15  namespace ExistingEnumExtensions
16  {
20  enum class ExtUnitSymbolKind
21  {
25  _undef = -1, VA = 61,
32  W = 38,
37  VAr = 63,
41  VAh = 71,
45  Wh = 72,
49  VArh = 73,
53  V = 29,
57  ohm = 30,
61  A = 5,
65  F = 25,
69  H = 28,
77  degC = 23,
81  sec = 27,
85  min = 159,
89  h = 160,
93  deg = 9,
97  rad = 10,
101  J = 31,
105  n = 32,
109  siemens = 53,
113  none = 0,
117  Hz = 33,
121  g = 3,
127  pa = 39,
131  m = 2,
135  m2 = 41,
139  m3 = 42,
143  A2 = 69,
147  A2h = 105,
151  A2s = 70,
155  Ah = 106,
159  APerA = 152,
163  aPerM = 103,
167  As = 68,
173  b = 79,
178  bm = 113,
182  bq = 22,
186  btu = 132,
190  btuPerH = 133,
194  cd = 8,
198  //warning Enumerator "char" is renamed to "characters", this does not commply the CIM standard!
199  characters = 76,
203  HzPerSec = 75,
207  code = 114,
212  cosTheta = 65,
216  count = 111,
220  ft3 = 119,
224  ft3compensated = 120,
228  ft3compensatedPerH = 123,
233  gM2 = 78,
238  gPerG = 144,
242  gy = 21,
246  HzPerHz = 150,
250  charPerSec = 77,
254  imperialGal = 130,
258  imperialGalPerH = 131,
262  jPerK = 51,
266  jPerKg = 165,
270  K = 6,
274  kat = 158,
278  kgM = 47,
283  kgPerM3 = 48,
287  litre = 134,
291  litreCompensated = 157,
295  litreCompensatedPerH = 138,
299  litrePerH = 137,
304  litrePerLitre = 143,
308  litrePerSec = 82,
313  litreUncompensated = 156,
317  litreUncompensatedPerH = 139,
321  lm = 35,
325  lx = 34,
330  m2PerSec = 49,
335  m3compensated = 167,
339  m3compensatedPerH = 126,
343  m3PerH = 125,
347  m3PerSec = 45,
352  m3uncompensated = 166,
356  m3uncompensatedPerH = 127,
360  meCode = 118,
364  mol = 7,
369  molPerKg = 147,
374  molPerM3 = 145,
379  molPerMol = 146,
384  money = 80,
388  mPerM = 148,
392  mPerM3 = 46,
396  mPerSec = 43,
400  mPerSec2 = 44,
404  ohmM = 102,
408  paA = 155,
412  paG = 140,
416  psiA = 141,
420  psiG = 142,
424  q = 100,
428  q45 = 161,
432  q45h = 163,
436  q60 = 162,
440  q60h = 164,
444  qh = 101,
448  radPerSec = 54,
452  rev = 154,
456  revPerSec = 4,
461  secPerSec = 149,
465  sr = 11,
471  status = 109,
475  sv = 24,
479  t = 37,
483  therm = 169,
487  timeStamp = 108,
491  usGal = 128,
495  usGalPerH = 129,
499  V2 = 67,
503  V2h = 104,
507  VAhPerRev = 117,
511  VArhPerRev = 116,
515  VPerHz = 74,
519  VPerV = 151,
523  Vs = 66,
527  wb = 36,
531  WhPerM3 = 107,
535  WhPerRev = 115,
539  wPerMK = 50,
543  WPerSec = 81,
547  WPerVA = 153,
551  WPerW = 168
552  };
553 
554  }
555 
556  }
557 
558  }
559 
560 }
561 #endif // EXTUNITSYMBOLKIND_H
Definition: BusbarSectionInfo.h:14