主要内容

CreateManifest

为Autosar自适应模型创建清单文件

描述

例子

createManifest(ARPOPS创建执行清单JSON申请自适应应用程序。清单文件修改了自适应应用程序Linux的默认记录行为®可执行,提供诸如记录模式和详细级别之类的属性。

例子

全部收缩

致电autosar.api.getautosarproperties创建对象的功能ARPOPS,代表模型的汽车属性信息autosar_laneguidance。使用返回的对象创建执行清单JSON为指定的自适应模型归档。

addpath(fullfile(matlabroot,'/示例/autosarblockset/main');hmodel ='autosar_laneguidance';Open_System(Hmodel);arprops = autosar.api.getautosarproperties(hmodel);CreateManifest(arprops);

输入参数

全部收缩

模型的AutoSar属性信息,以前由ARPOPS= autosar.api.getautosarproperties(模型。参数模型是代表模型名称的句柄,字符向量或字符串标量。

例子:ARPOPS

数据类型:function_handle

版本历史记录

在R2021a中引入