Main Content

matlabshared.targetsdk.Toolchain Class

Namespace: matlabshared.targetsdk
Superclasses:

Toolchain configuration

Description

A Toolchain object that specifies the tools used for building an application to run on hardware.

Construction

H = Toolchain(toolchainName) creates a Toolchain object and sets the Name property to toolchainName.

Input Arguments

expand all

Name of toolchain, specified as a string.

Data Types: char

Properties

expand all

Name of Toolchain object, specified as a string.

Data Types: char

Cell array of handles to BuildConfiguration objects.

Data Types: cell

Methods

addNewBuildConfigurationAdd new build configuration to toolchain
deleteBuildConfigurationDelete build configuration from toolchain

Version History

Introduced in R2015a