IEC61970 16v29a - IEC61968 12v08
ShuntImpedanceControlKind.h
1 // ShuntImpedanceControlKind.h
3 // Implementation of the Class ShuntImpedanceControlKind
4 // Original author: T. Kostic
6 
7 #ifndef SHUNTIMPEDANCECONTROLKIND_H
8 #define SHUNTIMPEDANCECONTROLKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfAssetInfo
15  {
19  enum class ShuntImpedanceControlKind
20  {
21  _undef = -1, fixed,
22  localOnly,
23  remoteOnly,
24  remoteWithLocalOverride
25  };
26 
27  }
28 
29  }
30 
31 }
32 #endif // SHUNTIMPEDANCECONTROLKIND_H
Definition: BusbarSectionInfo.h:14