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
returns all deployerObjs
= getDeployer(targetObj
)Deployer
objects mapped to Target
object or the Reference Target
.
returns all the deployerObjs
= getDeployer(targetObj
,'mapped')Deployer
objects mapped to Target
object.
returns all deployerObjs
= getDeployer(targetObj
,'mapped',hardwareObject
)Deployer
objects mapped to the Target
object and Hardware
object.
returns all deployerObjs
= getDeployer(targetObj
,'unmapped')Deployer
objects only mapped to the
Reference Target
and can be mapped to the Target
object.
returns all deployerObjs
= getDeployer(targetObj
,'reference')Deployer
objects mapped to the Reference
Target
of the Target
object.
returns the deployerObjs
= getDeployer(targetObj
,'name',deployerName
)Deployer
object with Name
property
equal to the deployerName
argument.
Input Arguments
Output Arguments
Version History
Introduced in R2015a