Main Content

coder.descriptor.TimerFunction Class

Namespace: coder.descriptor

Retrieve information about function prototypes for timer services

Since R2022b

Description

An object of the coder.descriptor.TimerFunction class represents a timer function in the generated code.

Properties

expand all

Description of the function prototype, including the function return value, name, arguments, header, and source file, specified as a coder.descriptor.Prototype object.

Attributes:

GetAccess
public
SetAccess
public

Data communication method for the service function as configured in Embedded Coder Dictionary, specified as DirectAccess , DuringExecution, or OutsideExecution.

Attributes:

GetAccess
public
SetAccess
public

Function access rate in the target environment, specified as a coder.descriptor.TimingInterface object.

Attributes:

GetAccess
public

Version History

Introduced in R2022b