Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
32b5baecfc3b51f35c0db45b9c4f176ec99246ff
/
.
/
y2014
/
control_loops
/
shooter
/
shooter_output.fbs
blob: eaf0713301f89d96a57738debca9f9e37a9df8d6 [
file
] [
log
] [
blame
]
namespace
y2014
.
control_loops
.
shooter
;
table
Output
{
voltage
:
double
(
id
:
0
);
// true: latch engaged, false: latch open
latch_piston
:
bool
(
id
:
1
);
// true: brake engaged false: brake released
brake_piston
:
bool
(
id
:
2
);
}
root_type
Output
;