summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-16 17:12:32 +0200
committerFlorent Duchon2012-05-16 17:43:09 +0200
commit7fbc838ce6be9ff8b40b4f2c6c5c407f0aa4c181 (patch)
tree0e26039d1f0eae41fb6753b415a4b306b5efb585 /digital/beacon/src
parenta91be193785c1675d30e1ecae4315ae903dd4857 (diff)
digital/beacon: add Opponent ID struct and coord type
Diffstat (limited to 'digital/beacon/src')
-rw-r--r--digital/beacon/src/position.h10
1 files changed, 10 insertions, 0 deletions
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 */