EC600U_esp32_iap_uart/ntrip_rtk/inc/ntrip_rtk_demo.h
2024-02-05 17:39:56 +08:00

56 lines
1.5 KiB
C

/** @file
ntrip_rtk_demo.h
@brief
This file is used to define ntrip rtk demo for different Quectel Project.
*/
/*================================================================
Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved.
Quectel Wireless Solution Proprietary and Confidential.
=================================================================*/
/*=================================================================
EDIT HISTORY FOR MODULE
This section contains comments describing changes made to the module.
Notice that changes are listed in reverse chronological order.
WHEN WHO WHAT, WHERE, WHY
------------ ------- -------------------------------------------------------------------------------
=================================================================*/
#ifndef NTRIP_RTK_DEMO_H
#define NTRIP_RTK_DEMO_H
#ifdef __cplusplus
extern "C" {
#endif
/*========================================================================
* Variable Definition
*========================================================================*/
#define NTRIP_RTK_DEMO_TASK_PRIO 12
#define NTRIP_RTK_DEMO_TASK_STACK_SIZE 8*1024
#define NTRIP_RTK_DEMO_TASK_EVENT_CNT 8
/*========================================================================
* function Definition
*========================================================================*/
QlOSStatus ql_ntrip_rtk_demo_init(void);
#ifdef __cplusplus
} /*"C" */
#endif
#endif /* NTRIP_RTK_DEMO_H */