setDataDefaults
Set default end-to-end (E2E) protection method for AUTOSAR component model
Since R2022b
Description
setDataDefaults(
sets the default setting for the end-to-end (E2E) protection method used for inports and
outports of an AUTOSAR component model.slMap
,elementCategory
,property
,e2eMethod
)
Use E2E protection to optionally configure sender-receiver ports to securely transmit
data between AUTOSAR components. The default E2E protection method sets which E2E protection
method is 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.
Supported protection methods are E2E Transformer and E2E Protection Wrapper.
Examples
Input Arguments
Version History
Introduced in R2022b