mapLookupTable
Map Simulink base workspace lookup table or breakpoint object to AUTOSAR parameter
For run-time calibration of AUTOSAR parameters and lookup tables, R2019a introduced
graphical mapping of model workspace parameters to AUTOSAR component parameters by using the
Code Mappings editor. If you currently model AUTOSAR lookup tables by using AUTOSAR
base-workspace parameters with the mapping functions getLookupTable
and
mapLookupTable
, consider switching to using Simulink® model-workspace parameters with either the Code Mappings editor
Parameters tab or the mapping functions getParameter
and mapParameter
. For more information, see Map Model Workspace Parameters to AUTOSAR Component Parameters and Configure Lookup Tables for AUTOSAR Calibration and Measurement.
Description
mapLookupTable(
maps the Simulink lookup table slMap
,slParam
,arParameterAccessMode
,arPortName
,arParameterData
)slParam
to the AUTOSAR parameter data item
arParameterData
and, if defined, AUTOSAR parameter receiver port
arPortName
. The AUTOSAR parameter access mode for the parameter is
set to arParameterAccessMode
.
Use this function only for lookup tables described by Simulink lookup table and breakpoint data objects in the base workspace.
Examples
Input Arguments
Version History
Introduced in R2016b