|
open_simulation_interface
v3.4.0 (2021-11-18)
|
The header attributes of each detected entity. More...

Public Types | |
| enum | DataQualifier { DATA_QUALIFIER_UNKNOWN = 0 , DATA_QUALIFIER_OTHER = 1 , DATA_QUALIFIER_AVAILABLE = 2 , DATA_QUALIFIER_AVAILABLE_REDUCED = 3 , DATA_QUALIFIER_NOT_AVAILABLE = 4 , DATA_QUALIFIER_BLINDNESS = 5 , DATA_QUALIFIER_TEMPORARY_AVAILABLE = 6 } |
Public Attributes | |
| optional Timestamp | measurement_time = 1 |
| optional uint64 | cycle_counter = 2 |
| optional DataQualifier | data_qualifier = 3 |
The header attributes of each detected entity.
Data qualifier communicates the overall availability of the interface.
| optional uint64 osi3::DetectedEntityHeader::cycle_counter = 2 |
Continuous up counter to identify the cycle.
| optional DataQualifier osi3::DetectedEntityHeader::data_qualifier = 3 |
Data Qualifier expresses to what extent the content of this event can be relied on.
| optional Timestamp osi3::DetectedEntityHeader::measurement_time = 1 |
Time stamp at which the measurement was taken (not the time at which it was processed or at which it is transmitted) in the global synchronized time.
SensorData::timestamp and SensorData::last_measurement_time for detailed discussions on the semantics of time-related fields.