Main Content
addServiceInterface
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.
Description
adds a service interface with the specified name in the dictionary and returns the service
interface object that represents this interface.serviceInterfaceObj
= addServiceInterface(dictObj
,serviceInterfaceName
)