Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b78ee37fb8efa32fae38b79f91e2da345d22600c
/
.
/
y2014
/
queues
/
hot_goal.q
blob: 34445537c6c2e136e4cb75fa09869dde64433c87 [
file
] [
log
] [
blame
]
package
frc971
;
message
HotGoal
{
uint64_t
left_count
;
uint64_t
right_count
;
};
queue
HotGoal
hot_goal
;