CIM++ Adapted CIM Codebase
IEC61968
Metering
AmiBillingReadyKind.h
1
// AmiBillingReadyKind.h
3
// Implementation of the Class AmiBillingReadyKind
4
// Original author: T. Kostic
6
7
#ifndef AMIBILLINGREADYKIND_H
8
#define AMIBILLINGREADYKIND_H
9
10
namespace
IEC61968
11
{
12
namespace
Metering
13
{
18
enum class
AmiBillingReadyKind
19
{
24
enabled,
29
operable,
34
billingApproved,
38
nonAmi,
43
amiDisabled,
48
amiCapable,
52
nonMetered
53
};
54
55
}
56
57
}
58
#endif // AMIBILLINGREADYKIND_H
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13