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_HANDLER |
( |
|
ERROR_TYPE, |
|
|
|
ERROR_MESSAGE |
|
) |
| error_h(ERROR_TYPE, ERROR_MESSAGE, __func__ , __LINE__, __FILE__) |
#define ERROR_NONCRITICAL 2 |
Function Documentation
void error_h |
( |
const int |
ErrorType, |
|
|
const char |
ErrorMessage[], |
|
|
const char |
ErrorRoutine[], |
|
|
const int |
line, |
|
|
const char |
Filename[] |
|
) |
| |