Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
refs/heads/main
/
.
/
y2014
/
queues
/
hot_goal.fbs
blob: 527567bce8f083da484f29a21a17f3d98dee9e9e [
file
] [
log
] [
blame
] [
edit
]
namespace
y2014
;
// Published on "/"
table
HotGoal
{
left_count
:
uint64
(
id
:
0
);
right_count
:
uint64
(
id
:
1
);
}
root_type
HotGoal
;