Main Content
FunctionPortSpecification
Query and configure C Caller block properties
Description
Query and configure the C Caller block function definition and return argument. Configure the C Caller block input arguments programmatically.
Creation
myCCallerObj = get_param(gcb, 'FunctionPortSpecification')
creates a
C Caller block configuration object for the selected C Caller
block.
Properties
Object Functions
getGlobalArg | Get object definition of global variable in C Caller block |
addGlobalArg | Selectively add global variable from custom code to C Caller block as global argument |
deleteGlobalArg | Selectively delete global arguments from C Caller block |
Examples
Version History
Introduced in R2019b