ql_atcmd_handler.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /** @file
  2. ql_atcmd_handler.h
  3. @brief
  4. This file is used to define wifi feature for different Quectel Project.
  5. */
  6. /*================================================================
  7. Copyright (c) 2021 Quectel Wireless Solution, Co., Ltd.
  8. All Rights Reserved.
  9. Quectel Wireless Solution Proprietary and Confidential.
  10. =================================================================*/
  11. /*=================================================================
  12. EDIT HISTORY FOR MODULE
  13. This section contains comments describing changes made to the module.
  14. Notice that changes are listed in reverse chronological order.
  15. WHEN WHO WHAT, WHERE, WHY
  16. ------------ ------- -------------------------------------------------------------------------------
  17. ------------ ------- -------------------------------------------------------------------------------
  18. =================================================================*/
  19. #ifndef QL_ATCMD_HANDLER_H
  20. #define QL_ATCMD_HANDLER_H
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24. /*************************************************************************
  25. * Macro
  26. **************************************************************************/
  27. #define DECLARE_CMD_HANDLER(h) extern void h(ql_at_cmd_t *)
  28. /*************************************************************************
  29. * Enum
  30. **************************************************************************/
  31. /*************************************************************************
  32. * Struct
  33. **************************************************************************/
  34. /*************************************************************************
  35. * Variable
  36. **************************************************************************/
  37. /*************************************************************************
  38. * Function
  39. **************************************************************************/
  40. #ifdef __cplusplus
  41. } /*"C" */
  42. #endif
  43. #endif /* QL_ATCMD_HANDLER_H */