CIM++ Adapted CIM Codebase
IEC61968
Assets
SealConditionKind.h
1
// SealConditionKind.h
3
// Implementation of the Class SealConditionKind
4
// Original author: T. Kostic
6
7
#ifndef SEALCONDITIONKIND_H
8
#define SEALCONDITIONKIND_H
9
10
namespace
IEC61968
11
{
12
namespace
Assets
13
{
17
enum class
SealConditionKind
18
{
22
locked,
26
open,
30
broken,
34
missing,
38
other
39
};
40
41
}
42
43
}
44
#endif // SEALCONDITIONKIND_H
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13