CIM++ Adapted CIM Codebase
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
Definition: BusbarSectionInfo.h:14