[code_opt_3.3.0] fix plugin bug and add trace
This commit is contained in:
@@ -34,13 +34,6 @@ interface IMoGoAutopilotStatusListener {
|
||||
*/
|
||||
fun onAutopilotDockerInfo(dockerVersion:String){}
|
||||
|
||||
/**
|
||||
* 自动驾驶连接状态
|
||||
*
|
||||
* @param connectInfo 连接状态
|
||||
*/
|
||||
fun onAutopilotConnectInfo(connectInfo:Boolean){}
|
||||
|
||||
/**
|
||||
* 自动驾驶到站
|
||||
*
|
||||
|
||||
@@ -2,8 +2,13 @@ package com.mogo.eagle.core.function.api.map.roma
|
||||
|
||||
interface IMoGoRomaListener {
|
||||
|
||||
/**
|
||||
* 漫游地图状态回调
|
||||
*/
|
||||
fun mapRomaStatus(status:Int, msg:String){}
|
||||
|
||||
/**
|
||||
* 漫游状态回调
|
||||
*/
|
||||
fun romaStatus(status:Boolean)
|
||||
fun romaStatus(status:Boolean){}
|
||||
}
|
||||
@@ -8,6 +8,6 @@ interface IMogoRoma : IProvider {
|
||||
* 触发开启/关闭漫游
|
||||
* @param romaStatus 漫游状态
|
||||
*/
|
||||
fun trigger(romaStatus:Boolean,requestSuccess:((Boolean) -> Unit)? = null)
|
||||
fun trigger(romaStatus:Boolean)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user