Why simulink does not support configuration of Software Implementation Policy (swImplPolicy) for AUTOSAR measurement data.

I want to know how we can set swImplPolicy property to MeasurementPoint? This will enable defining a data which has read only calibration access. Currentlt Simulink only supports Standard and Queued swImplPolicy.

Antworten (1)

Please contact MathWorks Technical Support.

1 Kommentar

As per AUTOSAR standard guidelines, we can make any variable as Measurement only variable by following supported combination of swImplPolicy and swCalibrationAccess:
If swImplPolicy is set to “measurementPoint” and swCalibrationAccess is set to readOnly then the parameter/variable can be truly said to be measurement only data.
Matlab does provide access to swCalibrationAccess but does not support to change swImplPolicy.
This is the use case I am talking about.

Melden Sie sich an, um zu kommentieren.

Kategorien

Gefragt:

am 12 Jan. 2017

Kommentiert:

am 23 Jan. 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by