blob: c90472c784509a5018074317551eeacc62f00d23 [file] [log] [blame]
James Kuszmaul60bb8682023-08-07 07:39:34 -07001namespace examples;
2
3table SensorData {
4 hardware_capture_time_ns:uint64 (id: 0);
5}
6
7root_type SensorData;