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