Snoopy Version 6.0 (Albert)
error.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ERROR_HANDLER(ERROR_TYPE, ERROR_MESSAGE)   error_h(ERROR_TYPE, ERROR_MESSAGE, __func__ , __LINE__, __FILE__)
#define ERROR_WARNING   1
#define ERROR_NONCRITICAL   2
#define ERROR_CRITICAL   3

Functions

void error_h (const int ErrorType, const char ErrorMessage[], const char ErrorRoutine[], const int line, const char Filename[])

Define Documentation

#define ERROR_CRITICAL   3
#define ERROR_HANDLER (   ERROR_TYPE,
  ERROR_MESSAGE 
)    error_h(ERROR_TYPE, ERROR_MESSAGE, __func__ , __LINE__, __FILE__)
#define ERROR_NONCRITICAL   2
#define ERROR_WARNING   1

Function Documentation

void error_h ( const int  ErrorType,
const char  ErrorMessage[],
const char  ErrorRoutine[],
const int  line,
const char  Filename[] 
)

Here is the caller graph for this function: