ql_virt_at_demo.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /** @file
  2. ql_virt_at_demo.h
  3. @brief
  4. This file provides the definitions for virt at demo, and declares the API functions.
  5. */
  6. /*================================================================
  7. Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved.
  8. Quectel Wireless Solution Proprietary and Confidential.
  9. =================================================================*/
  10. /*=================================================================
  11. EDIT HISTORY FOR MODULE
  12. This section contains comments describing changes made to the module.
  13. Notice that changes are listed in reverse chronological order.
  14. WHEN WHO WHAT, WHERE, WHY
  15. ------------ ------- -------------------------------------------------------------------------------
  16. 27/01/2021 Neo Init version
  17. =================================================================*/
  18. #ifndef QL_VIRT_AT_DEMO_H
  19. #define QL_VIRT_AT_DEMO_H
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. /*========================================================================
  24. * Variable Definition
  25. *========================================================================*/
  26. /*========================================================================
  27. * function Definition
  28. *========================================================================*/
  29. void ql_virt_at_app_init(void);
  30. #ifdef __cplusplus
  31. } /*"C" */
  32. #endif
  33. #endif /* QL_VIRT_AT_DEMO_H */