map
Class: matlabshared.targetsdk.Target
Namespace: matlabshared.targetsdk
Map a target feature to the hardware board
Syntax
map(targetObj,hardwareObject,displayName)
map(targetObj,hardwareObject,featureObj)
map(targetObj,hardwareObject,featureObject,IOInterfaceName)
map(targetObj,featureObj)
Description
map(
maps a targetObj
,hardwareObject
,displayName
)Hardware
object to the Target
object with a display name
of displayName
. Saving the Target
object, using
the saveTarget
function, adds
displayName
as a new entry to the Hardware Implementation > Hardware board selection in the Simulink® configuration parameters. If the hardwareObject
and displayName
arguments are cell arrays of objects, then each
display name adds a new unique entry to the Hardware Implementation > Hardware board selection for the corresponding hardware board.
map(
maps a feature of the targetObj
,hardwareObject
,featureObj
)Target
object to the Hardware
object. Saving a Target
object, using the
saveTarget
function, enables the
mapped features in the Simulink configuration parameters for your hardware board.
map(
maps a feature object of the targetObj
,hardwareObject
,featureObject
,IOInterfaceName
)Target
object to a
Hardware
object. The feature object will use the I/O interface,
EthernetInterface
or SerialInterface
, of the Hardware
object with the
Name
property equal to
IOInterfaceName
.
map(
maps
a feature object of the reference target to the targetObj
,featureObj
)Target
object.
Input Arguments
Version History
Introduced in R2015a
See Also
Hardware
| Target
| isMapped
| setDisplayName
| unmap