From ae9530685962e8d4d88c871ec7f5f896dd0b4a93 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 6 Oct 2017 22:23:09 -0300 Subject: Several new implementation, not working --- Project/IOControl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Project/IOControl.h') 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); -- cgit