Main Content

matlabshared.targetsdk.BaremetalScheduler Class

Namespace: matlabshared.targetsdk

Create object for bare metal scheduler used for hardware

Description

Use the BaremetalScheduler class to represent a bare metal scheduler that a Target object uses to generate bare metal scheduling code.

Creation

H = matlabshared.targetsdk.BaremetalScheduler(schedulerName) returns a bare metal scheduler object H with the Name property set to schedulerName.

Input Arguments

expand all

The name of the bare metal scheduler, specified as a character vector or string scalar.

This argument sets the Name property as a character vector.

Data Types: char | string

Properties

expand all

The name of the bare metal scheduler, specified as a character vector or string scalar.

Data Types: char | string

matlabshared.targetsdk.BaseRateTrigger objects for the bare metal scheduler, specified as a cell array of BaseRateTrigger objects.

Data Types: cell

Methods

expand all

Version History

Introduced in R2015a