IEC61970 16v29a - IEC61968 12v08
ServiceKind.h
1 // ServiceKind.h
3 // Implementation of the Class ServiceKind
4 // Original author: T. Kostic
6 
7 #ifndef SERVICEKIND_H
8 #define SERVICEKIND_H
9 
10 namespace IEC61968
11 {
12  namespace Customers
13  {
17  enum class ServiceKind
18  {
22  _undef = -1, electricity,
26  gas,
30  water,
34  time,
38  heat,
42  refuse,
46  sewerage,
50  rates,
54  tvLicence,
58  internet,
62  other
63  };
64 
65  }
66 
67 }
68 #endif // SERVICEKIND_H
Definition: BusbarSectionInfo.h:14