Main Content

getDeployer

Class: matlabshared.targetsdk.Target
Namespace: matlabshared.targetsdk

Get deployers configured for a target

Syntax

deployerObjs = getDeployer(targetObj)
deployerObjs = getDeployer(targetObj,'mapped')
deployerObjs = getDeployer(targetObj,'mapped',hardwareObject)
deployerObjs = getDeployer(targetObj,'unmapped')
deployerObjs = getDeployer(targetObj,'reference')
deployerObjs = getDeployer(targetObj,'name',deployerName)

Description

deployerObjs = getDeployer(targetObj) returns all Deployer objects mapped to Target object or the Reference Target.

deployerObjs = getDeployer(targetObj,'mapped') returns all the Deployer objects mapped to Target object.

deployerObjs = getDeployer(targetObj,'mapped',hardwareObject) returns all Deployer objects mapped to the Target object and Hardware object.

deployerObjs = getDeployer(targetObj,'unmapped') returns all Deployer objects only mapped to the Reference Target and can be mapped to the Target object.

deployerObjs = getDeployer(targetObj,'reference') returns all Deployer objects mapped to the Reference Target of the Target object.

deployerObjs = getDeployer(targetObj,'name',deployerName) returns the Deployer object with Name property equal to the deployerName argument.

Input Arguments

expand all

Target object that references the Target being developed.

Hardware object that references the hardware board mapped to the Target.

Descriptive name of the Name property of a Deployer object contained in the Target object.

Example: 'MyDeployer'

Data Types: char

Output Arguments

expand all

Deployer object or cell array of Deployer objects.

Version History

Introduced in R2015a