summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/defines.h
diff options
context:
space:
mode:
authorsicarius <devnull@localhost>2007-02-17 14:42:00 +0100
committersicarius <devnull@localhost>2007-02-17 14:42:00 +0100
commit803027cbb45ebe01e4f8b427a7cc95728d6e5f47 (patch)
treebbb3bd0a042e75e4d01d2e13faf1fe30851eadbc /source/Concept/Framework/defines.h
parent4a2ba4b7105d168932163cbd07a062fdf2ba00e9 (diff)
downloadrc2007-soccer-803027cbb45ebe01e4f8b427a7cc95728d6e5f47.tar
rc2007-soccer-803027cbb45ebe01e4f8b427a7cc95728d6e5f47.zip
+++ enhanced framework hardware interface
Diffstat (limited to 'source/Concept/Framework/defines.h')
-rw-r--r--source/Concept/Framework/defines.h20
1 files changed, 19 insertions, 1 deletions
diff --git a/source/Concept/Framework/defines.h b/source/Concept/Framework/defines.h
index 1e25ba5..2bc59d9 100644
--- a/source/Concept/Framework/defines.h
+++ b/source/Concept/Framework/defines.h
@@ -105,6 +105,8 @@ enum IOModuleNames
IO_SENSOR_DISTANCE_90_DEG,
IO_SENSOR_DISTANCE_180_DEG,
IO_SENSOR_DISTANCE_270_DEG,
+ IO_SENSOR_MOUSE_LEFT,
+ IO_SENSOR_MOUSE_RIGHT,
IO_SENSOR_END,
@@ -124,8 +126,24 @@ enum IOModuleNames
IO_DISPLAY_END,
+ //Keyboards
+
+ IO_KEYBOARD_START = IO_DISPLAY_END,
+
+ IO_KEYBOARD_MAIN = IO_KEYBOARD_START,
+
+ IO_KEYBOARD_END,
+
+ //Position Tracker
+
+ IO_POSITION_TRACKER_START = IO_KEYBOARD_END,
+
+ IO_POSITION_TRACKER_MAIN,
+
+ IO_POSITION_TRACKER_END,
+
//General
- IO_END = IO_DISPLAY_END,
+ IO_END = IO_POSITION_TRACKER_END,
};
#endif