setDataDefaults
R2026bSyntax
Description
setDataDefaults(
sets the default end-to-end (E2E) protection method for root-level inports and outports of
an AUTOSAR component model. slMap,"InportsOutports","EndToEndProtectionMethod",e2eMethod)
Use E2E protection to optionally configure sender-receiver ports to securely transmit
data between AUTOSAR components. The default E2E protection method sets the E2E protection
method used for root-level inports and outports in the generated code. E2E protection
methods are applied to AUTOSAR inports that are configured as
EndToEndRead ports and AUTOSAR outports that are configured as
EndToEndWrite ports.
setDataDefaults(
sets the default software address method (SwAddrMethod) for the specified element category.
Specify slMap,elementCategory,"SwAddrMethod",SwAddrMethodName)"InternalData" for internal data structures or
"Constants" for constant data structures.