This example shows how the
addConceptualArg function adds conceptual arguments for
the output operand and the two input operands for an addition operation.
hEntry — Handle to a code replacement table entry handle
The hEntry is a
handle to a code replacement table entry
previously returned by instantiating a code
replacement entry class, such as
hEntry =
RTW.TflCFunctionEntry or
hEntry =
RTW.TflCOperationEntry.
Example: op_entry
arg — Argument added to the array of conceptual arguments character vector | string scalar
The arg is the
argument, such as returned by
arg =
getTflArgFromString(name,
datatype),
added to the array of conceptual arguments for the
code replacement table entry.