Add new DataQualifiers to DetectedEntityHeader#659
Add new DataQualifiers to DetectedEntityHeader#659FlorianMueller87 wants to merge 4 commits intoOpenSimulationInterface:masterfrom
Conversation
…EST_MODE, INVALID, REDUCED_PERFORMANCE) Issue: OpenSimulationInterface#646 Signed-off-by: FlorianMueller87 <florian.b.mueller@gmx.de>
c7351c8 to
c76a2c9
Compare
osi_sensordata.proto
Outdated
|
|
||
| // Reported data are from the sensor in a restricted view and performance. | ||
| // | ||
| DATA_QUALIFIER_REDUCE_INVIEW_AND_PERFORMANCE = 7; |
There was a problem hiding this comment.
has COVERAGE from ISO been renamed to VIEW?
There was a problem hiding this comment.
ISO and ADI both uses REDUCE
Yes, the name has changed, I will ask why.
There was a problem hiding this comment.
ViEW is also a mistake. I will change it to COVERAGE.
|
@FlorianMueller87 please add the ADI table here to discuss the needed changes as the proposed changes here are not the ones from the released ISO |
|
kNormal 0x00 Information can be used without restriction. |
|
Comment from WG Harmonization: |
Added new elements to DataQualifier (REDUCE_INVIEW_AND_PERFORMANCE, TEST_MODE, INVALID, REDUCED_PERFORMANCE)
#### Reference to a related issue in the repository
Issue: #646
Add a description
ASAM OSI and ISO 23150 or AUTOSAR ADI have a common history. Unfortunately, the inner structure, the naming and the definitions of the standards are differentiated from each other. This makes the work of developers unnecessary complicated for mostly no technical reasons. All sides should strive to reduce inequality.
ASAM OSI need the entries for osi_sensordata - DetectedEntityHeader – DataQualifier to be compatible with AUTOSAR ADI DataQualifier.
Take this checklist as orientation for yourself, if this PR is ready for the Change Control Board:
Additional context
ISO23150:2021 A.1.9 Data qualifier
@ThomasNaderBMW @jdsika @schmidtlorenz