coder.descriptor.ServiceInterface.getServicesHeaderFileName - Return name of header file that contains service function declarations - MATLAB (original) (raw)
Main Content
Class: coder.descriptor.ServiceInterface
Namespace: coder.descriptor
Return name of header file that contains service function declarations
Since R2022b
Syntax
serviceHeaderFile = getServicesHeaderFileName(serviceObj)
Description
[serviceHeaderFile](#mw%5F5822a6ca-6f83-4bb1-84d8-326926e4bc70) = getServicesHeaderFileName([serviceObj](#mw%5Faee5ab71-20f1-4178-89a4-abbae87a5fe4%5Fsep%5Fmw%5F73f4d856-397b-4a25-af0d-72bcd37e02c5))
returns the file name that is used by the code generator to write service function declarations for the service interface serviceObj
.
Input Arguments
Service interface, also referred to as the code configuration object, for which you want to retrieve the information about generated code, specified as acoder.descriptor.ServiceInterface
object.
Output Arguments
Service header file name that contains the service function declarations, returned as character vector or string scalar.
Version History
Introduced in R2022b