Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c68b350a87a7be18b5caaada9af1bbde8ec43af9
/
.
/
frc971
/
wpilib
/
loop_output_handler_test.fbs
blob: 7bcb91b054851fb73560333b8f59109637bf5542 [
file
] [
log
] [
blame
]
namespace
frc971
.
wpilib
;
// Test output message.
table
LoopOutputHandlerTestOutput
{
voltage
:
double
(
id
:
0
);
}
root_type
LoopOutputHandlerTestOutput
;