IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
Customers
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
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13