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