CIM++ Adapted CIM Codebase
RegulatingControlModeKind.h
1 // RegulatingControlModeKind.h
3 // Implementation of the Class RegulatingControlModeKind
4 // Original author: kdd
6 
7 #ifndef REGULATINGCONTROLMODEKIND_H
8 #define REGULATINGCONTROLMODEKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace Wires
15  {
20  enum class RegulatingControlModeKind
21  {
25  voltage,
29  activePower,
33  reactivePower,
37  currentFlow,
41  admittance,
46  timeScheduled,
50  temperature,
54  powerFactor
55  };
56 
57  }
58 
59  }
60 
61 }
62 #endif // REGULATINGCONTROLMODEKIND_H
Definition: AuxiliaryEquipment.h:13