Replace STF_rtw_info_hook Supplied Target Data
Prior to MATLAB® Release 14, custom targets supplied target-specific information with a
hook file (referred to as
). The
STF
_rtw_info_hook.m
specified
properties such as word sizes for integer data types (for example,
STF
_rtw_info_hookchar
, short
, int
, and
long
), and C implementation-specific properties of the custom
target.
The
mechanism has been
replaced by the Hardware Implementation pane of the
Configuration Parameters dialog box. Using this dialog box, you can specify properties
that were formerly specified in your
STF
_rtw_info_hook
file.STF
_rtw_info_hook
For backward compatibility, existing
files are available.
However, you should convert your target and models to use of the Hardware Implementation pane. See Configure Production and Test Hardware.STF
_rtw_info_hook