IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
Customers
RevenueKind.h
1
// RevenueKind.h
3
// Implementation of the Class RevenueKind
4
// Original author: T. Kostic
6
7
#ifndef REVENUEKIND_H
8
#define REVENUEKIND_H
9
10
namespace
IEC61968
11
{
12
namespace
Customers
13
{
18
enum class
RevenueKind
19
{
23
_undef = -1, residential,
27
nonResidential,
31
commercial,
35
industrial,
39
irrigation,
43
streetLight,
47
other
48
};
49
50
}
51
52
}
53
#endif // REVENUEKIND_H
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13