linux.utils.migrateDds2Adaptive
Syntax
Description
linux.utils.migrateDds2Adaptive(
converts the DDS blockset model DDS_model_name
)DDS_model_name
to AUTOSAR Adaptive model
and saves it as DDS_model_name_adaptive
in the current working directory.
It also creates the <DDSdict_name>_adaptive.sldd
data
dictionary.
linux.utils.migrateDds2Adaptive(
converts the DDS blockset model DDS_model_name
,Name=Value
)DDS_model_name
to AUTOSAR Adaptive model
with one or more "Name=Value" arguments. For example, you can specify a name to save the
converted model.
Examples
Input Arguments
Tips
DDS Blockset models uses broadcasting way of communication and AUTOSAR adaptive models uses locator based communication. In order to establish communication between AUTOSAR adaptive and DDS Blockset models,
Set the Code Generation > Build process > Build configuration to
Specify
.Specify the Code Generation > Build process > Toolchain details > Defines as
-DDO_NOT_USE_LOCATORS
.
Version History
Introduced in R2022b