Create code replacement table entry for a function
obj = RTW.TflCFunctionEntry
example
obj = RTW.TflCFunctionEntry creates a handle, obj, to a code replacement table entry for a function. The entry maps a conceptual representation of a function to an implementation (replacement) representation.
obj
collapse all
This example shows how to create a code replacement table entry for a function, hEnt.
hEnt
hEnt = RTW.TflCFunctionEntry;
The obj is a handle to the created code replacement table entry for a function.
RTW.TflCFunctionEntryML | RTW.TflTable
RTW.TflCFunctionEntryML
RTW.TflTable