tfKernelError
Table of Contents >> Programmer's Reference
| #include <trsocket.h> |
| void tfKernelError | ( |
| char * functionName, | |
| char * errorMessage | |
| ); |
Function Description
This call is RTOS specific.
This function is used to report an error and stop the system (Debug only).
Parameters
- functionName
- The Null terminated string containing the function name where the error occurred.
- errorMessage
- The Null terminated string containing the error message.