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