IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
Work
VehicleUsageKind.h
1
// VehicleUsageKind.h
3
// Implementation of the Class VehicleUsageKind
4
// Original author: T. Kostic
6
7
#ifndef VEHICLEUSAGEKIND_H
8
#define VEHICLEUSAGEKIND_H
9
10
namespace
IEC61968
11
{
12
namespace
Work
13
{
17
enum class
VehicleUsageKind
18
{
19
_undef = -1, crew,
20
user,
21
contractor,
22
other
23
};
24
25
}
26
27
}
28
#endif // VEHICLEUSAGEKIND_H
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13