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