Skip to content

Commit 138c6f1

Browse files
authored
Merge pull request #789 from thomassedlmayer/feature/sensordata-system-time
Add system time to sensor data
2 parents c9053e5 + c050a93 commit 138c6f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

osi_sensordata.proto

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,15 @@ message SensorData
336336
// Virtual detection area of the sensor
337337
//
338338
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;
339350
}

0 commit comments

Comments
 (0)