App.h 410 B

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