Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c3bf9a3d51eeadc8772b8ed7377ff1c7e2f25f16
/
.
/
documentation
/
aos
/
examples
/
sensor_data.fbs
blob: c90472c784509a5018074317551eeacc62f00d23 [
file
] [
log
] [
blame
]
namespace
examples
;
table
SensorData
{
hardware_capture_time_ns
:
uint64
(
id
:
0
);
}
root_type
SensorData
;