Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c1ded373f365b8ed2238f70d6885fabf39e9cd88
/
.
/
frc971
/
wpilib
/
imu_batch.fbs
blob: 148331438c2c0cc1bb38fd4ae03ad1e6894d7e03 [
file
] [
log
] [
blame
]
include
"frc971/wpilib/imu.fbs"
;
namespace
frc971
;
table
IMUValuesBatch
{
readings
:[
IMUValues
]
(
id
:
0
);
}
root_type
IMUValuesBatch
;