]> rtime.felk.cvut.cz Git - eurobot/public.git/blobdiff - src/display-qt/promene.h
Fixed display-qt compilation for gumstix.
[eurobot/public.git] / src / display-qt / promene.h
index 591e489da632fe5661179e2031782df9c8b4fc6b..33b96cfa4520fc7a608bad5f60f7a5f6f93b7531 100644 (file)
@@ -47,6 +47,12 @@ typedef enum {
        FSM_ACT = 2
 } UDE_fsm_t;
 
+typedef enum {
+        TC_WHITE = 0,          /* Coordinate transformation does not apply */
+        TC_GREEN,
+        TC_YELLOW
+} team_color;
+
 #define TRESHOLDS_VOLTAGE33 3.2
 #define TRESHOLDS_VOLTAGE50 4.9
 #define TRESHOLDS_VOLTAGE80 7.9