Main Content

matlabshared.targetsdk.BaremetalScheduler Class

Namespace: matlabshared.targetsdk
Superclasses:

Create an object for a bare metal scheduler used for hardware

Description

BaremetalScheduler creates an object that represents a bare metal scheduler that a Target uses to generate bare metal scheduling code.

Construction

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

Input Arguments

expand all

The name of the bare metal scheduler, specified as a string of characters. The default is ''.

Data Types: char

Properties

expand all

The name of the bare metal scheduler, specified as a string of displayed characters. The default is ''.

Data Types: char

The BaseRateTrigger objects for the bare metal scheduler, specified as a cell array of objects. The default is {}.

Data Types: cell

Methods

addNewBaseRateTriggerAdd new base rate trigger to bare metal scheduler
deleteBaseRateTriggerDelete base rate trigger from bare metal scheduler

Version History

Introduced in R2015a