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