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