IEC61970 16v29a - IEC61968 12v08
ShuntImpedanceLocalControlKind.h
1 // ShuntImpedanceLocalControlKind.h
3 // Implementation of the Class ShuntImpedanceLocalControlKind
4 // Original author: T. Kostic
6 
7 #ifndef SHUNTIMPEDANCELOCALCONTROLKIND_H
8 #define SHUNTIMPEDANCELOCALCONTROLKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfAssetInfo
15  {
19  enum class ShuntImpedanceLocalControlKind
20  {
21  _undef = -1, none,
22  powerFactor,
23  time,
24  temperature,
25  reactivePower,
26  current,
27  voltage
28  };
29 
30  }
31 
32  }
33 
34 }
35 #endif // SHUNTIMPEDANCELOCALCONTROLKIND_H
Definition: BusbarSectionInfo.h:14