Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a573df154b900b6618d0b46f8d2635a8dba1082f
/
.
/
frc971
/
wpilib
/
loop_output_handler_test.fbs
blob: ddd36d0c7bcd5f36f120a16ac9cb77ed99740d01 [
file
] [
log
] [
blame
]
namespace
frc971
.
wpilib
;
// Test output message.
table
LoopOutputHandlerTestOutput
{
voltage
:
double
;
}
root_type
LoopOutputHandlerTestOutput
;