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