Main Content

getBaremetalScheduler

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

Get the bare metal schedulers for a target

Syntax

baremetalSchedulerObjs = getBaremetalScheduler(targetObj)
baremetalSchedulerObjs = getBaremetalScheduler(targetObj,'mapped')
baremetalSchedulerObjs = getBaremetalScheduler(targetObj,'mapped',hardwareObj)
baremetalSchedulerObjs = getBaremetalScheduler(targetObj,'unmapped')
baremetalSchedulerObjs = getBaremetalScheduler(targetObj,'reference')
baremetalSchedulerObjs = getBaremetalScheduler(targetObj,'name',schedulerName)

Description

baremetalSchedulerObjs = getBaremetalScheduler(targetObj) returns all BaremetalScheduler objects mapped to the Target object or the Reference Target.

baremetalSchedulerObjs = getBaremetalScheduler(targetObj,'mapped') returns all the BaremetalScheduler objects mapped to Target object.

baremetalSchedulerObjs = getBaremetalScheduler(targetObj,'mapped',hardwareObj)returns all BaremetalScheduler objects mapped to the Target object and Hardware object.

baremetalSchedulerObjs = getBaremetalScheduler(targetObj,'unmapped') returns all BaremetalScheduler objects only mapped to the Reference Target and can be mapped to the Target object.

baremetalSchedulerObjs = getBaremetalScheduler(targetObj,'reference') returns all BaremetalScheduler objects mapped to the Reference Target of the Target object.

baremetalSchedulerObjs = getBaremetalScheduler(targetObj,'name',schedulerName) returns the OperatingSystem object with Name property equal to the schedulerName 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 BaremetalScheduler object contained in the Target object.

Example: 'MyNativeScheduler'

Data Types: char

Output Arguments

expand all

BaremetalScheduler object or cell array of BaremetalScheduler objects.

Version History

Introduced in R2015a