Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

Embedded Coder Support Package for Linux Applications

用于部署、对接、管理和标定在 Linux 平台上运行的面向服务的架构 (SOA) 应用程序的支持包

Embedded Coder® Support Package for Linux® Applications 支持生成代码、创建可执行程序、在目标执行环境中运行和停止可执行程序,以及对正在运行的应用程序插桩。该支持包使您能够同时与多台目标计算机进行交互。

Embedded Coder Support Package for Linux Applications 支持:

  • 打包和部署

  • Linux 运行时管理器应用程序

  • 日志查看器

  • 插桩

在开发计算机上运行的 Linux 运行时管理器应用程序使您能够管理多台目标计算机上的应用程序。您可以从 Linux 运行时管理器应用程序中应用大多数支持包功能。

使用支持包时降低安全风险的最佳做法:

  • 只允许可信 IP 地址访问主机和目标计算机。

  • 在主机和目标计算机之间使用专用的路由器专用网络。

  • 只允许必要的用户访问部署位置。

对象

linux.TargetsInterface for managing target computers
getTargetGet handle of target computer
linux.LogMessagesCreate object that contains target log messages

App

Linux 运行时管理器Deploy and prototype service-oriented architecture (SOA) application components

函数

全部展开

linux.utils.migrateDds2AdaptiveConvert DDS blockset model to AUTOSAR Adaptive model
addTargetAdd target computer to target computers object
connectConnect Simulink to selected target computer
linux.createApplicationPackageCreate application package for model
deployApplicationPackageDeploy application package to selected target computer
disconnectDisconnect Simulink from selected target computer
getIPAddressGet IP address of target computer
getTargetNameGet target computer name
getUserNameGet user name of target computer
isConnectedGet Boolean value representing target computer connection status
linux.LogMessages.getFilter and get log messages
removeApplicationPackageRemove application package from selected target computer
removeTargetDelete target computer
renameTargetRename target computer
setIPAddressSet IP address for target computer
setPasswordSet password for target computer
setTargetConnectionStatusCallbackSet callback function to trigger when status of connection to target computer changes
setUserNameSet user name for target computer
uninstallTargetDelete docker image on target computer
updateTargetUpdate target computer if it is out dated
getAllTargetsGet list of available target computers
getApplicationsGet applications deployed to target computer and application states
getApplicationStateGet state of application deployed to target computer
getDeploymentLocationGet deployment location for selected target computer
pauseApplicationPause application running on target computer
resumeApplicationResume application on target computer
setApplicationStateCallbackTrigger a function when state of application changes
setDeploymentLocationSet location for deployed application on target computer
startApplicationOpen application
stopApplicationTerminate application that is running on target computer
getMeasurementsGet list of measurable signals
getParametersGet list of tunable parameters
getSignalsUnderInstrumentView signals selected to measure
readParameterGet value of parameter
readParametersGet values of tunable parameters
removeSignalsFromInstrumentRemove signals for which visualization is not required
restartStreamingRestart streaming of signals
selectSignalsToInstrumentAdd signals of interest to visualize application behavior
startMonitorAndTuneStart parameter tuning
startStreamingStart streaming of signals and visualize results
stopMonitorAndTuneStop parameter tuning of the application
stopStreamingStop streaming signal data
writeParameterWrite or tune application parameter

主题