diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-09 22:17:10 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-09 22:17:10 -0300 |
commit | eea796f53f5d9dc1444a620713b3326f04b73339 (patch) | |
tree | 2cc6cd35c3dfa718c26b7f5de9dcee913fb93028 /Project/IOControl.h | |
parent | aa2378020ee0bbfd041681cfdbe62a8d028687f3 (diff) | |
download | PSP.git-eea796f53f5d9dc1444a620713b3326f04b73339.tar.gz PSP.git-eea796f53f5d9dc1444a620713b3326f04b73339.tar.xz PSP.git-eea796f53f5d9dc1444a620713b3326f04b73339.zip |
Divider control element implemented
Abstract class math operations implemented
Divider need to be redesigned
Expor/import divider functions implemented but supressed
Diffstat (limited to 'Project/IOControl.h')
-rw-r--r-- | Project/IOControl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/IOControl.h b/Project/IOControl.h index cff96a0..084367d 100644 --- a/Project/IOControl.h +++ b/Project/IOControl.h @@ -46,6 +46,7 @@ class IOControl : public ControlElement IN_INITIAL_MEC_POWER = 1 << 7, IN_INITIAL_VELOCITY = 1 << 8, IN_DELTA_VELOCITY = 1 << 9, + IN_DELTA_ACTIVE_POWER = 1 << 10, }; IOControl(int ioFlags, int id); |