Main Content

coder.descriptor.TimerServiceInterface Class

Namespace: coder.descriptor

Return information about timer service interface

Since R2022b

Description

An object of the coder.descriptor.TimerServiceInterface class represents the timer service interface configuration.

Creation

serviceInterfaceTypeObj = getServiceInterface(serviceObj,serviceInterfaceType) represents timer service interface configuration for the service interface serviceObj of type serviceInterfaceType.

Input Arguments

expand all

Service interface, also referred to as the code configuration object, for which you want to retrieve the information about generated code, specified as a coder.descriptor.ServiceInterface object.

Timer service interface type defined in Embedded Coder Dictionary, specified as an enumerated value of coder.descriptor.Services.Timer.

Properties

expand all

Function prototype for calling timer service, specified as an array of coder.descriptor.TimerFunction objects.

Attributes:

GetAccess
public
SetAccess
public

Version History

Introduced in R2022b