coder.descriptor.ServiceFunctions - Return list of service functions that entry-point function calls - MATLAB (original) (raw)
Main Content
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](#mw%5F8702c651-6bc4-4989-b17a-a229db113bb4),[entryPointFunctionName](#mw%5Fc0d370b9-94c7-4cef-a232-90c8cc5ed89b%5Fsep%5Fmw%5F51e431f2-9dce-4dda-be30-001467fbccc6))
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
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
Receiver service function that is produced in the generated code, specified as a string.
Attributes:
Sender service function that is produced in the generated code, specified as a string.
Attributes:
Data transfer service function that is produced in the generated code, specified as a string.
Attributes:
Timer service function that is produced in the generated code, specified as a string.
Attributes:
Version History
Introduced in R2022b