Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
008e492ea8908e271b95076d9b37e181ead3dbce
/
.
/
documentation
/
aos
/
examples
/
sensor_data.fbs
blob: c90472c784509a5018074317551eeacc62f00d23 [
file
] [
log
] [
blame
]
James Kuszmaul
60bb868
2023-08-07 07:39:34 -0700
[
diff
] [
blame
]
1
namespace
examples
;
2
3
table
SensorData
{
4
hardware_capture_time_ns
:
uint64
(
id
:
0
);
5
}
6
7
root_type
SensorData
;