IEC61970 16v29a - IEC61968 12v08
SupplierKind.h
1 // SupplierKind.h
3 // Implementation of the Class SupplierKind
4 // Original author: T. Kostic
6 
7 #ifndef SUPPLIERKIND_H
8 #define SUPPLIERKIND_H
9 
10 namespace IEC61968
11 {
12  namespace PaymentMetering
13  {
17  enum class SupplierKind
18  {
22  _undef = -1, utility,
27  retailer,
31  other
32  };
33 
34  }
35 
36 }
37 #endif // SUPPLIERKIND_H
Definition: BusbarSectionInfo.h:14