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