CIM++ Adapted CIM Codebase
CustomerBillingKind.h
1 // CustomerBillingKind.h
3 // Implementation of the Class CustomerBillingKind
4 // Original author: T. Kostic
6 
7 #ifndef CUSTOMERBILLINGKIND_H
8 #define CUSTOMERBILLINGKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfCustomers
15  {
19  enum class CustomerBillingKind
20  {
24  consolidatedEss,
28  consolidatedUdc,
32  separateEssUdc,
33  other
34  };
35 
36  }
37 
38  }
39 
40 }
41 #endif // CUSTOMERBILLINGKIND_H
Definition: BusbarSectionInfo.h:14