comparison globalVariables.h @ 13:ab3e0e980c82

Sequence conrtollrer FINALLY works.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Mon, 20 Oct 2014 19:36:39 +0100
parents af71bf84660f
children 2da0350a4aa2
comparison
equal deleted inserted replaced
12:af71bf84660f 13:ab3e0e980c82
27 #define SAVE_PRESET_HIT 99245748 27 #define SAVE_PRESET_HIT 99245748
28 #define RECALL_PRESET_HIT 99298750 28 #define RECALL_PRESET_HIT 99298750
29 #define ALTERNATION_SPEED 180 // ms that target / candidate sounds play 29 #define ALTERNATION_SPEED 180 // ms that target / candidate sounds play
30 // globles 30 // globles
31 31
32 #define TOTAL_NUM_PARAMS 6 32 #define TOTAL_NUM_PARAMS 8
33 #define TARGET_SCORE_CC_BAND 6 // number of cc vals per target band in dartboard 33 #define TARGET_SCORE_CC_BAND 6 // number of cc vals per target band in dartboard
34 typedef enum {TOUCH_DOWN, TOUCH_MOVED, TOUCH_UP} touchType; 34 typedef enum {TOUCH_DOWN, TOUCH_MOVED, TOUCH_UP} touchType;
35 typedef enum {INTRO,QUESTIONNAIRE, HELP, TEST_IN_PROGRESS, SCORE_AND_HINT, COUNT_DOWN, READY_FOR_NEXT} interfaceType; 35 typedef enum {INTRO,QUESTIONNAIRE, HELP, TEST_IN_PROGRESS, SCORE_AND_HINT, COUNT_DOWN, READY_FOR_NEXT} interfaceType;
36 36
37 typedef enum {FAMILIARISATION, EXPRESS, TRAINING, SEARCH} testStages; 37 typedef enum {FAMILIARISATION, EXPRESS, TRAINING, SEARCH} testStages;