IEC61970 16v29a - IEC61968 12v08
SealKind.h
1 // SealKind.h
3 // Implementation of the Class SealKind
4 // Original author: T. Kostic
6 
7 #ifndef SEALKIND_H
8 #define SEALKIND_H
9 
10 namespace IEC61968
11 {
12  namespace Assets
13  {
17  enum class SealKind
18  {
22  _undef = -1, steel,
26  lead,
30  lock,
34  other
35  };
36 
37  }
38 
39 }
40 #endif // SEALKIND_H
Definition: BusbarSectionInfo.h:14