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