open-simulation-interface icon indicating copy to clipboard operation
open-simulation-interface copied to clipboard

ISO23150 compliance: Adding new states to and Change naming [SensorData - DetectedEntityHeader - DataQualifier]

Open FlorianMueller87 opened this issue 2 years ago • 0 comments

Describe the feature

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.

Describe the solution you would like

Add in osi_sensordata - DetectedEntityHeader – DataQualifier the following entries: // Reported data are from the sensor in a restricted view and performance. // DATA_QUALIFIER_REDUCE_INVIEW_AND_PERFORMANCE = 7;

// Reported data are from the sensor in a test mode. // DATA_QUALIFIER_TEST_MODE= 8;

// Mesaurement cycle was invalid, and no valid objects will be reported. // DATA_QUALIFIER_INVALID = 9;

Is DATA_QUALIFIER_AVAILABLE_REDUCED equal to kReducedPerformance of the ISO DataQualifier? If not, we have to add:

// Reported data are from the sensor in a restricted performance. // DATA_QUALIFIER_REDUCED_PERFORMANCE = 10;

Describe alternatives you have considered

Change name of DATA_QUALIFIER_AVAILABLE_REDUCED to DATA_QUALIFIER_PERFORMANCE_REDUCED.

Describe the backwards compatibility

The adding of the elements will not lead to backward compatibility issues.

Additional context

ISO23150:2021 A.1.9 Data qualifier @ThomasNaderBMW @jdsika @schmidtlorenz

FlorianMueller87 avatar Jul 04 '22 08:07 FlorianMueller87