User`s guide

170
K
A
DAK
KwikNet Low Level Services
kn_panic kn_panic
Purpose Generate a KwikNet Fatal Error
Used by
n Task o ISP o Timer Procedure o Restart Procedure n Exit Procedure
Setup Prototype is in file KN_API.H.
#include "KN_LIB.H"
void kn_panic(const char *msgp);
Description Msgp is a pointer to a message string to be logged by KwikNet before it
initiates a fatal shutdown of the underlying RT/OS. If you are using the
AMX kernel, your system will be suspended with interrupts disabled to
prevent any further possibility of incorrect operation.
Returns Never
See Also kn_exit()