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