移除废弃的云端调度逻辑

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-02-07 14:41:57 +08:00
parent ff77a2eeb4
commit a27476ffbe
30 changed files with 29 additions and 1266 deletions

View File

@@ -41,7 +41,7 @@ object CallerAutoPilotStatusListenerManager : CallerBase() {
}
/**
* 添加监听
* 添加 ADAS状态 监听
* @param tag 标记,用来注销监听使用
* @param listener 监听回调
*/

View File

@@ -21,7 +21,7 @@ object CallerAutopilotCarStatusListenerManager : CallerBase() {
/**
* 添加监听
* 添加 ADAS车辆状态&定位 监听
* @param tag 标记,用来注销监听使用
* @param listener 监听回调
*/

View File

@@ -23,7 +23,7 @@ object CallerAutopilotIdentifyListenerManager : CallerBase() {
ConcurrentHashMap()
/**
* 添加监听
* 添加 域控制器感知数据 监听
* @param tag 标记,用来注销监听使用
* @param listener 监听回调
*/