Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
refs/heads/main
/
.
/
y2014
/
queues
/
auto_mode.fbs
blob: c9e6a6578d6b3cf5364aef9071b72287a82cdfef [
file
] [
log
] [
blame
] [
edit
]
namespace
y2014
.
sensors
;
// Published on "/aos"
table
AutoMode
{
// Voltage of the analog auto selector knob.
voltage
:
double
(
id
:
0
);
}
root_type
AutoMode
;