Main Content
addBSWService
Description
adds a Basic Software (BSW) service component block of type bswBlock
= addBSWService(archCM
,bswKind
)bswKind
to
a classic composition or architecture model archCM
. Valid values for
bswKind
are 'dem'
for Diagnostic Event Manager and
'nvm'
for NVRAM Manager (not case-sensitive). The
archCM
argument is a composition or architecture model handle
returned by a previous call to addComposition
,
autosar.arch.createModel
, or
autosar.arch.loadModel
. The bswBlock
output
argument returns a block handle.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a