Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f2639283d8a4388ecb3b9cb41b97c47e18a901b1
/
.
/
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
;