From 7fbc838ce6be9ff8b40b4f2c6c5c407f0aa4c181 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 16 May 2012 17:12:32 +0200 Subject: digital/beacon: add Opponent ID struct and coord type --- digital/beacon/src/position.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'digital/beacon/src') diff --git a/digital/beacon/src/position.h b/digital/beacon/src/position.h index 8cc77f2a..c5052fda 100644 --- a/digital/beacon/src/position.h +++ b/digital/beacon/src/position.h @@ -38,6 +38,16 @@ typedef enum{ POSITION_IGNORE_ANGLE } TPositionStatus; +typedef enum{ + OPPONENT_1 = 1, + OPPONENT_2 +} TOpponent_ID; + +typedef enum{ + X, + Y +} TCoord_type; + /* Structures definition */ /* Beacon Structure */ -- cgit v1.2.3