CIM++ Adapted CIM Codebase
IEC61968
Assets
AssetModelUsageKind.h
1
// AssetModelUsageKind.h
3
// Implementation of the Class AssetModelUsageKind
4
// Original author: T. Kostic
6
7
#ifndef ASSETMODELUSAGEKIND_H
8
#define ASSETMODELUSAGEKIND_H
9
10
namespace
IEC61968
11
{
12
namespace
Assets
13
{
17
enum class
AssetModelUsageKind
18
{
22
distributionOverhead,
26
distributionUnderground,
30
transmission,
34
substation,
38
streetlight,
42
customerSubstation,
46
unknown,
50
other
51
};
52
53
}
54
55
}
56
#endif // ASSETMODELUSAGEKIND_H
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13