Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
bf0609c03f766d55789b27e22ebd7b26b51acbb0
/
.
/
y2020
/
setpoint.fbs
blob: 74164e546864d49dc7adb1cb11999a1e9a815eaa [
file
] [
log
] [
blame
]
namespace
y2020
.
joysticks
;
table
Setpoint
{
accelerator
:
double
(
id
:
0
);
finisher
:
double
(
id
:
1
);
hood
:
double
(
id
:
2
);
}
root_type
Setpoint
;