User`s guide
New Features
5-9
Cleanup of Block I/O Connection Handling in TLC
The handling of signal connections in rtw/c/tlc/blkiolib.tlc and rtw/ada/
tlc/blkiolib.tlc
was reworked. See the discussion of LibBlockInputSignal
in “TLC Function Library Reference” in the Target Language Compiler
Reference Guide.
Literal String Support
If a string constant is prefixed by the L format specifier, then no escape
character processing is performed on that string. This is useful for specifying
PC style path or directory names, as in this example.
%addincludepath L"C:\mytlc"
New TLC Library Functions
The following functions have been added to the TLC Function Library:
•
LibBlockInputSignalConnected
•LibBlockInputSignalLocalSampleTimeIndex
•LibBlockInputSignalOffsetTime
•LibBlockInputSignalSampleTime
•LibBlockInputSignalSampleTimeIndex
•LibBlockOutputSignalOffsetTime
•LibBlockOutputSignalSampleTime
•LibBlockOutputSignalSampleTimeIndex
•LibBlockMatrixParameterBaseAddr
•LibBlockParameterBaseAddr
•LibBlockNonSampledZC
See “TLC Function Library Reference” in the Target Language Compiler
Reference Guide for information on these functions.
TLC Bug Fixes
•Fixed a bug where local variables of calling functions were sometimes
incorrectly visible to called functions.
•The
ISINF, ISNAN, and ISFINITE functions now work for complex values.
•The
%filescope directive now works as documented.