From eea796f53f5d9dc1444a620713b3326f04b73339 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Mon, 9 Oct 2017 22:17:10 -0300 Subject: Divider control element implemented Abstract class math operations implemented Divider need to be redesigned Expor/import divider functions implemented but supressed --- Project/IOControl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/IOControl.h') 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); -- cgit