Error handler

Runtime errors in the RXF or RTOS extentions are handled by the error handler RiCErrorHandler_error(). The error handler will catch use of NULL pointers, lack of resources (allocated memory or RTOS details, like another task).

The function RiCErrorHandler_error() is implemented as an endles loop in the source file RiCErrorHandler.c in the directory <your Rhapsody>\Share\WST_RXF_V5\<your product>\Source and it is usually part of the RXF libraries you link with. Because it sits in a library, that instance of RiCErrorHandler_error() is called unless you provide your own source file RiCErrorHandler.c and link it into your application.

You can modify the error handler in several ways:
Please refer to the Usage section of the error handler for a detailed list of enumerated constants.

Copyright (c) Willert Software Tools GmbH. All rights reserved.