From 6e0f29b08a040d14576d7053c1206a8439936570 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期二, 24 十一月 2020 14:18:03 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/driver_test.cpp | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/driver_test.cpp b/lib/src/main/cpp/driver_test.cpp index 2e08710..b90ea78 100644 --- a/lib/src/main/cpp/driver_test.cpp +++ b/lib/src/main/cpp/driver_test.cpp @@ -1133,6 +1133,16 @@ MA_SendCrossingStatus(&brief2); } +/*************************************************************** + * 杞﹂�熷垽鏂渶瑕�1绉掑墠鍚庣殑瀵规瘮锛屽疄娴嬪仠杞︾‘璁ら渶瑕�1.5绉掑乏鍙筹紝鍥哄噺鍘昏繖涓椂闂� + * @param src + * @return + */ +int CorrectPauseCriteria(int src) +{ + return (src > 1500) ? src - 1500 : 0; +} + /******************************************************************* * @brief 鐢变富澶╃嚎鍧愭爣璁$畻杞﹁韩鐐瑰潗鏍� * @param azimuth -- Gitblit v1.8.0