We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9053e5 + c050a93 commit 138c6f1Copy full SHA for 138c6f1
osi_sensordata.proto
@@ -336,4 +336,15 @@ message SensorData
336
// Virtual detection area of the sensor
337
//
338
optional VirtualDetectionArea virtual_detection_area = 28;
339
+
340
+ // The system time of the modeled source of the sensor data, given
341
+ // in UTC (Unix Epoch timestamp).
342
+ //
343
+ // The system time can be used to transmit the internal time of the
344
+ // simulated component that supplies the sensor data, which might
345
+ // not coincide with the simulation time as transmitted in the
346
+ // timestamp field. Example use cases include recorded data traces
347
+ // or the simulation of time synchronization mechanisms and errors.
348
349
+ optional Timestamp system_time = 29;
350
}
0 commit comments