12345678910111213141516171819 |
- /*
- * Brief: The header file of MsgHndlr_App packet.
- * Author: Jimbo_Zhang@outlook.com
- * Date: 2019-9-16
- */
- #ifndef __MSG_HNDLR_APP_H__
- #define __MSG_HNDLR_APP_H__
- #include "MsgHndlr.h"
- /*** Extern Definitions ***/
- extern const CmdHndlrMap_T g_App_CmdHndlr []; /**< IPM Device and
- Application Device command handler table. */
- #endif /* __MSG_HNDLR_APP_H__ */
|