Main Content

RTW.TflCOperationEntryGenerator

Create code replacement table entry for a fixed-point addition or subtraction operation

Description

example

obj = RTW.TflCOperationEntryGenerator creates a handle, obj, to a code replacement table entry for a fixed-point addition or subtraction operation. The entry maps a conceptual representation of an operator to an implementation (replacement) representation.

Examples

collapse all

This example shows how to create a code replacement table entry for a fixed-point addition or subtraction operation, hEnt.

hEnt = RTW.TflCOperationEntryGenerator;

Output Arguments

collapse all

The obj is a handle to the created code replacement table entry for a fixed-point addition or subtraction operation.

Version History

Introduced in R2008a