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