diff options
Diffstat (limited to 'Project/IOControl.h')
-rw-r--r-- | Project/IOControl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Project/IOControl.h b/Project/IOControl.h index 307cc1a..eb0b763 100644 --- a/Project/IOControl.h +++ b/Project/IOControl.h @@ -41,7 +41,10 @@ class IOControl : public ControlElement IN_ACTIVE_POWER = 1 << 2, IN_REACTIVE_POWER = 1 << 3, OUT_FIELD_VOLTAGE = 1 << 4, - OUT_MEC_POWER = 1 << 5 + OUT_MEC_POWER = 1 << 5, + IN_INITIAL_TERMINAL_VOLTAGE = 1 << 6, + IN_INITIAL_MEC_POWER = 1 << 7, + IN_INITIAL_VELOCITY = 1 << 8, }; IOControl(int ioFlags, int id); |