[RoutingOpt]移除最小移除点数限制

[RoutingOpt]移除最小移除点数限制

[RoutingOpt]逻辑优化
This commit is contained in:
renwj
2022-05-30 20:08:03 +08:00
parent 5b8f7a0e2d
commit a5af953b15
3 changed files with 21 additions and 14 deletions

View File

@@ -18,6 +18,7 @@ import java.util.concurrent.ConcurrentHashMap
object CallerAutoPilotStatusListenerManager : CallerBase() {
// 存储最后一次回调的数据,当有新当位置注册了监听将此数据回调过去,防止有些模块注册顺序问题导致无法获取最新状态
@Volatile
private var mAutopilotStatusInfo: AutopilotStatusInfo = AutopilotStatusInfo()
// 存储所有注册了监听的对象invokeXXXX进行遍历回调将信息同步