Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a573df154b900b6618d0b46f8d2635a8dba1082f
/
.
/
y2018
/
vision
/
vision.fbs
blob: 14f8a451a836211e624e14e9884310aa6e5fbf98 [
file
] [
log
] [
blame
]
namespace
y2018
.
vision
;
// Published on ".y2018.vision.vision_status"
table
VisionStatus
{
high_frame_count
:
uint
;
low_frame_count
:
uint
;
}
root_type
VisionStatus
;