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