/****************************************************************************** * * Title : commonCommunicationLoop.h * Version 0.0 * * Description: header file. * * Related files: commonCommunicationLoop.c * * Author: Lukas Tomasek, tomasekl@fzu.cz * ******************************************************************************/ #ifndef COMMUNICATION_LOOP_H /* multiple inclusion protection */ #define COMMUNICATION_LOOP_H /****************************************************************************** * Header files * ******************************************************************************/ #include "globalDefinitions.h" /****************************************************************************** * Global Function Declarations * ******************************************************************************/ ERROR_ID WINAPI communicationLoop_thread(struct GLOBAL_VARIABLES *global); /******************************************************************************/ #endif /* COMMUNICATION_LOOP_H */