#ifndef _CMDIF_H #define _CMDIF_H // ALTU 2 Command Interface #include #include // ----------------------------------------------------------------------------------------------- // defines // ----------------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------------- // types // ----------------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------------- // externals // ----------------------------------------------------------------------------------------------- extern const tCmdIfFct CmdIf_CmdList[]; // ----------------------------------------------------------------------------------------------- // function prototypes // ----------------------------------------------------------------------------------------------- void CmdIf_CbSpiSendOk(void); void CmdIf_Main(void); void CmdIf_StartService(UINT8 ucId, const UINT8* pArg, UINT8* pRet); #endif //_CMDIF_H