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