Main Content
addValueType
In R2023b the Architectural Data section of data dictionaries was introduced. When managing interfaces, data types, constants, and software address methods consider using the Simulink.dictionary.ArchitecturalData
programmatic interfaces instead. For more information, see Programmatically Manage AUTOSAR Architectural Data.
Syntax
Description
adds a dataType
= addValueType(dictObj
,dtName
)Simulink.ValueType
with the specified name to the interface dictionary.
adds a value type, specified as dataType
= addValueType(dictObj
,dtName
, SimulinkValueType=valueTypeObj
)dataType
, with the specified name,
dtName
, based on the specified Simulink.ValueType
valueTypeObj
to the interface dictionary.