Error Reporting System

  #include <vv_sys.h>

#include <vv_errf.h>

EXIT_MODULE ( ), INIT_MODULE ( )

se_errfp ( ), SYS_ERRF ( )

   
void EXIT_MODULE (UCHAR *func_namep)

If an error occurs, calls the error reporting function and removes the function name from the call stack

void INIT_MODULE (UCHAR *func_namep)

Adds the function name to the call stack

void se_errfp (int (*err_fp) ( ))

Installs an error reporting function in the system

void SYS_ERRF (UCHAR *func_namep)

If an error is detected, pops up a window and displays an error message



Home Contents Previous Next