主要内容

target 命名空间

管理目标硬件和构建工具信息

说明

使用这些类来管理目标硬件和构建工具信息。例如,为代码生成注册新目标硬件,为外部模式和处理器在环 (PIL) 仿真设置目标连接,或为在开发计算机上编译生成的代码创建自定义 CMake 工具链定义。

target.AddOnDescribe add-on properties for target type
target.Alias为目标对象创建替代标识符
target.API描述 API 详细信息
target.APIImplementationDescribe API implementation details
target.ApplicationExecutionTool捕获从 MATLAB 计算机运行应用程序所需的系统命令信息
target.ApplicationStatus描述目标硬件上应用程序的状态
target.BoardProvide hardware board details
target.Breakpoint 为调试器提供断点详细信息
target.BuildToolDescribe build tool
target.BuildToolType描述编译工具类型
target.CMakeSpecify CMake installation for building generated code
target.CMakeBuildTypeDescribe CMake build type or build configuration
target.CMakeBuilder Configure how CMake builds generated code
target.CMakeCacheEntryConfigure a CMake cache entry
target.Command捕获在 MATLAB 计算机上执行的系统命令
target.BuildDependenciesDescribe C and C++ build dependencies to associate with target hardware
target.CommunicationChannelDescribe communication channel properties
target.CommunicationInterfaceDescribe data I/O details for target hardware
target.CommunicationProtocolStack描述通信协议参数
target.ConnectionBase class for target connection properties
target.ConnectionPropertiesDescribe target-specific connection properties
target.DebugExecutionTool为调试器提供 MATLAB 服务接口以管理目标硬件上的进程
target.DebugIOTool调试字节流 I/O 工具服务接口
target.DirectiveDescribe command-line flag for tool
target.EmulatorProvide target emulator details
target.EnvironmentConfigurationConfigure system environment for toolchain
target.ExecutionServiceDescribe implementation of execution service for target application
target.ExecutionToolMATLAB service interface for tool that manages application execution on target hardware
target.ExternalModeRepresent external mode protocol stack
target.ExternalModeConnectivity外部模式连接选项的基类
target.FileType定义文件类型的标识符
target.FloatingPointDataTypeDescribe floating point data type implemented by compiler for target hardware
target.Function提供函数签名信息
target.HardwareComponentSupportDescribe support for a hardware component
target.HostProcessExecutionToolCapture system command information to run target application from MATLAB computer
target.LanguageImplementationProvide C and C++ compiler implementation details
target.MainFunction为目标硬件应用程序的 main 函数提供 C 和 C++依赖项
target.MakefileBuilderSpecify that toolchain is makefile-based
target.MakeToolType描述联编文件类型的语法
target.MATLABDependencies描述 MATLAB 类和函数依赖关系
target.PairedDirectiveDescribe pair of command-line flags
target.Object用于目标类型的基类
target.PILProtocolDescribe PIL protocol implementation for target hardware
target.Port描述通过目标硬件端口的连接
target.PortConnection描述目标连接端口
target.ProcessorProvide target processor information
target.ProfilingFreezingOverheadCapture freezing and unfreezing instrumentation overhead
target.ProfilingFunctionOverhead捕获函数插桩开销
target.ProfilingTaskOverheadCapture task instrumentation overhead
target.RepeatingDirective描述工具的重复命令行标志
target.RS232Channel描述串行通信通道
target.SystemCommandExecutionToolCapture system command information to run target application from MATLAB computer
target.TargetConnectionProvide details about connecting MATLAB computer to target hardware
target.TCPChannel描述 TCP 通信属性
target.TimerProvide timer details for processor
target.Tools描述目标硬件工具的属性
target.ToolchainCapture high-level information about toolchain
target.UDPChannel描述 UDP 通信
target.XCPDescribe XCP protocol stack for target hardware
target.XCPExternalModeConnectivityRepresent connectivity options in external mode protocol stack
target.XCPPlatformAbstractionSpecify XCP platform abstraction layer for target hardware
target.XCPTCPIPTransport表示 XCP TCP/IP 传输协议层
target.XCPTransportBase class for XCP transport protocol layer
target.XCPSerialTransport表示 XCP 串行传输协议层

函数

target.addAdd target object to internal database
target.clearClear all target objects from internal database
target.create创建目标对象
target.exportExport target object data
target.getRetrieve target objects from internal database
target.removeRemove target object from internal database
target.updateUpdate target objects in internal database
target.upgradeUpgrade existing definitions of hardware devices

版本历史记录

在 R2019a 中推出