Get AUTOSAR mapping information for Simulink entry-point function
returns the name of the AUTOSAR runnable arRunnableName
= getFunction(slMap
,slEntryPointFunction
)arRunnableName
mapped
to Simulink® entry-point function slEntryPointFunction
.
[
returns the names of function and internal data software address methods
(arRunnableName
,arRunnableSwAddrMethod
,arInternalDataSwAddrMethod
] = getFunction(slMap
,slEntryPointFunction
)SwAddrMethod
s) defined for the mapped AUTOSAR runnable. If a
SwAddrMethod
is not defined, the function returns
'<None>'
.