![]() |
Home |
|
Function RTKFatalErrorApplication programs can make use of RTKernel-32's error handling mechanism using this function: void RTKFatalError(const char * Message); ParametersMessagePointer to a string to display. RTKFatalError will display the program location where RTKFatalError was called. If a source code position driver is used and a symbol table has been loaded, the position is displayed as source file name and line number. Otherwise, it is given in hex. The currently executing task or interrupt name and the message parameter are displayed. The currently active message handler is used for output. Finally, the fatal error exit handler of the system driver is called.
|