]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
types: Add home button to switches message in ORTE
authorMatous Pokorny <matous.pokorny@me.com>
Tue, 2 Oct 2012 03:58:42 +0000 (05:58 +0200)
committerMatous Pokorny <matous.pokorny@me.com>
Tue, 2 Oct 2012 03:58:42 +0000 (05:58 +0200)
src/types/robottype.idl

index e3725408739a974170a8844337fba52764ff32f2..00b1d36771b91de684a43f1569e517c0036b3cec 100644 (file)
@@ -66,6 +66,7 @@ struct robot_cmd {
 struct robot_switches {
        octet team_color;
        boolean strategy;
+        boolean home;
 };
 
 struct robot_bumpers {