Main Content

isMapped

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

Returns true if feature is mapped to hardware

Syntax

tf = isMapped(targetObj,hardwareObject,featureObj)

Description

tf = isMapped(targetObj,hardwareObject,featureObj) returns map status the feature object, featureObject is mapped to the Hardware object, hardwareObject.

Input Arguments

expand all

Target object that references the Target being developed.

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

Handle to a Feature object.

Feature objects include the Deployer, Profiler, PIL, BaremetalScheduler, OperatingSystem, and ExternalMode objects.

Data Types: cell

Output Arguments

expand all

Status of a feature object as mapped to Hardware object.

Data Types: logical

Version History

Introduced in R2015a

See Also

| | |