Main Content

coder.descriptor.ServiceFunctions Class

Namespace: coder.descriptor

Return list of service functions that entry-point function calls

Since R2022b

Description

An object of the coder.descriptor.ServiceFunctions class represents the list of service functions that a generated entry-point function calls.

Creation

serviceFunctions = getCalledServiceFunctions(serviceObj,entryPointFunctionName) creates a ServiceFunction object that returns a list of service functions that the entry-point function, entryPointFunctionName, calls. For more information, see getCalledServiceFunctions.

Input Arguments

expand all

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

Entry-point function for which you want to retrieve service function calls, specified as a character vector or string scalar.

Properties

expand all

Receiver service function that is produced in the generated code, specified as a string.

Attributes:

GetAccess
public

Sender service function that is produced in the generated code, specified as a string.

Attributes:

GetAccess
public

Data transfer service function that is produced in the generated code, specified as a string.

Attributes:

GetAccess
public

Timer service function that is produced in the generated code, specified as a string.

Attributes:

GetAccess
public

Version History

Introduced in R2022b