tfKernelWarning
Table of Contents >> Programmer's Reference
| #include <trsocket.h> |
| void tfKernelWarning | ( |
| char * functionName, | |
| char * errorMessage | |
| ); |
Function Description
This call is RTOS specific.
This function is used to report a non-fatal warning. The system should continue normally.
Parameters
- functionName
- The Null terminated string containing the function name where the warning occurred.
- errorMessage
- The Null terminated string containing the warning message.