增加以太网传入RTCM数据

This commit is contained in:
2025-11-22 21:45:02 +08:00
parent 2f580d0d3a
commit ef5126e4f4
6 changed files with 252 additions and 128 deletions

View File

@@ -18,7 +18,7 @@ Timer test_timer;
void testTimerProcess(void *signal_id)
{
(void)signal_id; // 标记变量为已使用,避免编译器警告
static uint32_t start_time = 0;
// static uint32_t start_time = 0;
// short hx,hy,hz=0;
printf("testAPP\n");
@@ -50,7 +50,7 @@ void testTimerProcess(void *signal_id)
// UdpSendToData(SocketId,arrtest4,&ETHUDPTxLen,IP1,8011);//测试
start_time = getCurrentTime();
// start_time = getCurrentTime();
// 再次启动定时器,实现周期定时
timerStart(&test_timer, 1000,1);