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