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