Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
bfb041241e2d13b61478a1964dae48e1ea264e8b
/
.
/
y2014
/
queues
/
hot_goal.q
blob: d93696876cc53c6db41f15fe0905b505705056f8 [
file
] [
log
] [
blame
]
Brian Silverman
b601d89
2015-12-20 18:24:38 -0500
[
diff
] [
blame
]
1
package
y2014
;
Brian Silverman
17f503e
2015-08-02 18:17:18 -0700
[
diff
] [
blame
]
2
3
message
HotGoal
{
4
uint64_t
left_count
;
5
uint64_t
right_count
;
6
};
7
queue
HotGoal
hot_goal
;