Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
5f1cc5c9fb59d5e6807465083127ebd55e0a5c9a
/
.
/
frc971
/
wpilib
/
loop_output_handler_test.fbs
blob: 6cb2cf191d3c156d065018b36de08de17f28f5d6 [
file
] [
log
] [
blame
]
Alex Perry
cb7da4b
2019-08-28 19:35:56 -0700
[
diff
] [
blame
]
1
namespace
frc971
.
wpilib
;
2
3
// Test output message.
4
table
LoopOutputHandlerTestOutput
{
5
voltage
:
double
;
6
}