Main Content

RTW.TflCFunctionEntry

Create code replacement table entry for a function

Description

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.

Examples

collapse all

This example shows how to create a code replacement table entry for a function, hEnt.

hEnt = RTW.TflCFunctionEntry;

Output Arguments

collapse all

The obj is a handle to the created code replacement table entry for a function.

Version History

Introduced in R2007b