/****************************************************************************** * * Title : errorHandler.h * Version 0.0 * * Description: header file. * Related files: errorHandler.c * * Author: Lukas Tomasek, tomasekl@fzu.cz * ******************************************************************************/ #ifndef ERROR_HANDLER_H /* multiple inclusion protection */ #define ERROR_HANDLER_H /****************************************************************************** * Header files * ******************************************************************************/ #include "hostDefinitions.h" /****************************************************************************** * Macros * ******************************************************************************/ /* * ErrorHandler supporting macros */ #define ERROR_CHECK(errorId, functionName) \ if (errorId