Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d77c064ecc096fd6943a57322b94eaf2c06fa6a7
/
.
/
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
;