diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-06 22:23:09 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-06 22:23:09 -0300 |
commit | ae9530685962e8d4d88c871ec7f5f896dd0b4a93 (patch) | |
tree | 21de2874efead27294cf39f603ff4dd858d94831 /Project/IOControl.h | |
parent | a32372968abb2f4b3bf0472f59c18f5028d20206 (diff) | |
download | PSP.git-ae9530685962e8d4d88c871ec7f5f896dd0b4a93.tar.gz PSP.git-ae9530685962e8d4d88c871ec7f5f896dd0b4a93.tar.xz PSP.git-ae9530685962e8d4d88c871ec7f5f896dd0b4a93.zip |
Several new implementation, not working
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); |