/****************************************************************************** * * Title : commandFunctionInit.h * Version 0.0 * * Description: header file * Related files: commandFunctionInit.c * * Author: Lukas Tomasek, tomasekl@fzu.cz * ******************************************************************************/ #ifndef COMMAND_FUNCTION_INIT_H #define COMMAND_FUNCTION_INIT_H /****************************************************************************** * Header files * ******************************************************************************/ #include "commandListDefinitions.h" /****************************************************************************** * Global Function Declarations * ******************************************************************************/ void commandFunctionInit(COMMAND_FUNCTION_TYPE (*commandFunction[])); /******************************************************************************/ #endif /* COMMAND_FUNCTION_INIT_H */