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