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