commit | b601d895d845e82f4c01686c814d4a97d44393c8 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Sun Dec 20 18:24:38 2015 -0500 |
committer | Brian Silverman <brian@peloton-tech.com> | Sun Dec 20 18:24:38 2015 -0500 |
tree | 32b84024ec13028e6f67a648845664c50e7a37a1 | |
parent | 8a7a2bd9fa27a6e140d6a0c210b410656f2a8528 [diff] |
Finish moving //y2014/... into its own namespace Stuff didn't compile in the half-switched state it was in before. Change-Id: I00ec3c79a2682982b12d4e8c8e682cb8625eb06d
diff --git a/y2014/queues/auto_mode.q b/y2014/queues/auto_mode.q index 7922dbf..49c6192 100644 --- a/y2014/queues/auto_mode.q +++ b/y2014/queues/auto_mode.q
@@ -1,4 +1,4 @@ -package frc971.sensors; +package y2014.sensors; message AutoMode { double voltage;
diff --git a/y2014/queues/hot_goal.q b/y2014/queues/hot_goal.q index 3444553..d936968 100644 --- a/y2014/queues/hot_goal.q +++ b/y2014/queues/hot_goal.q
@@ -1,4 +1,4 @@ -package frc971; +package y2014; message HotGoal { uint64_t left_count;
diff --git a/y2014/queues/profile_params.q b/y2014/queues/profile_params.q index e7ffe9a..206ceff 100644 --- a/y2014/queues/profile_params.q +++ b/y2014/queues/profile_params.q
@@ -1,4 +1,4 @@ -package frc971; +package y2014; struct ProfileParams { double velocity;