Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
5a66f8aa3fd1d076fe7eb24462f5660b4df2bc34
/
.
/
y2018
/
vision
/
vision.fbs
blob: 5337f2b339bfbf93cdf0607fc8e9704010823505 [
file
] [
log
] [
blame
]
namespace
y2018
.
vision
;
// Published on ".y2018.vision.vision_status"
table
VisionStatus
{
high_frame_count
:
uint
(
id
:
0
);
low_frame_count
:
uint
(
id
:
1
);
}
root_type
VisionStatus
;