Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a57b70145cb0a950c1c3a9a4fddf0438c60126f2
/
.
/
y2014
/
control_loops
/
shooter
/
shooter_output.fbs
blob: e1900c462b8ed07c58917131ad4865c12a3381a0 [
file
] [
log
] [
blame
]
namespace
y2014
.
control_loops
.
shooter
;
table
Output
{
voltage
:
double
;
// true: latch engaged, false: latch open
latch_piston
:
bool
;
// true: brake engaged false: brake released
brake_piston
:
bool
;
}
root_type
Output
;