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