IEC61970 16v29a - IEC61968 12v08
ChargeKind.h
1 // ChargeKind.h
3 // Implementation of the Class ChargeKind
5 
6 #ifndef CHARGEKIND_H
7 #define CHARGEKIND_H
8 
9 namespace IEC61968
10 {
11  namespace PaymentMetering
12  {
16  enum class ChargeKind
17  {
23  _undef = -1, consumptionCharge,
30  demandCharge,
36  auxiliaryCharge,
41  taxCharge,
45  other
46  };
47 
48  }
49 
50 }
51 #endif // CHARGEKIND_H
Definition: BusbarSectionInfo.h:14