主要内容

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.ApplicationStatusDescribe status of application on target hardware
target.BoardProvide hardware board details
target.Breakpoint 为调试器提供断点详细信息
target.BuildToolDescribe build tool
target.BuildToolTypeDescribe build tool type
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.DebugIOToolDebug byte stream I/O tool service interface
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.FileTypeDefine identifier for file type
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.MakeToolTypeDescribe syntax for makefile type
target.MATLABDependencies描述 MATLAB 类和函数依赖关系
target.PairedDirectiveDescribe pair of command-line flags
target.Object用于目标类型的基类
target.PILProtocolDescribe PIL protocol implementation for target hardware
target.PortDescribe connection via target hardware port
target.PortConnection描述目标连接端口
target.ProcessorProvide target processor information
target.ProfilingFreezingOverheadCapture freezing and unfreezing instrumentation overhead
target.ProfilingFunctionOverheadCapture function instrumentation overhead
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.TCPChannelDescribe TCP communication properties
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.XCPTCPIPTransportRepresent XCP TCP/IP transport protocol layer
target.XCPTransportBase class for XCP transport protocol layer
target.XCPSerialTransportRepresent XCP serial transport protocol layer

函数

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 中推出