/****************************************************************************** * Title : commandFunc_BOCSetup.h * Version 0.0 * * Description: header file * Related files: commandFunc_BOCSetup.c * * Author: Lukas Tomasek, tomasekl@fzu.cz * ******************************************************************************/ #ifndef BOC_SETUP_H /* multiple inclusion protection */ #define BOC_SETUP_H /****************************************************************************** * Header files * ******************************************************************************/ /****************************************************************************** * Definitions * ******************************************************************************/ /****************************************************************************** * Type definitions * ******************************************************************************/ /* * Command parameters */ //struct BOC_SETUP_PARAMS{}; /******************************************************************************/ #endif /* BOC_SETUP_H */ #ifdef COMMAND_FUNC_DEFINED #include "commandListDefinitions.h" COMMAND_FUNCTION_TYPE commandFunction_BOCSetup; #endif