summaryrefslogtreecommitdiffstats
path: root/Project/IOControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/IOControl.h')
-rw-r--r--Project/IOControl.h1
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);