| |||
| Home > RVISS Reference > Accessing the RealView Debugger | |||
This section describes functions that you can use to access RealView Debugger.
Several functions are provided to display messages in the appropriate RealView Debugger window.
All the functions described in this section take the following as the first parameter:
const struct RDI_HostosInterface *hostif
This value is available in the state data structure of the
model, as defined between the BEGIN_STATE_DECL() and END_STATE_DECL() macros
(see Basic model interface).