Main Content

matlabshared.targetsdk.BaseRateTrigger Class

Namespace: matlabshared.targetsdk
Superclasses:

Trigger that runs base rate task in generated code

Description

A BaseRateTrigger object that represents the trigger that runs the base rate task in the generated code.

Construction

H = BaseRateTrigger(triggerName) creates a BaseRateTrigger object and sets the Name property to triggerName.

Input Arguments

expand all

Name of the BaseRateTrigger object, specified as a string.

Data Types: char

Properties

expand all

Name of the BaseRateTrigger object, specified as a string.

Data Types: char

Name of the function that configures a base rate trigger, specified as a string. The function is assumed to take no input arguments.

Data Types: char

Name of the function that enables a base rate trigger interrupt, specified as a string. The function is assumed to take no input arguments.

Data Types: char

Name of the function that disables a base rate trigger, specified as a string. The function is assumed to take no input arguments.

Data Types: char

Version History

Introduced in R2015a