Merge branch 'dev_arch_opt_3.0' into 'dev_robobus-m1-p-app-module_1.0.0_230112_1.0.0'
Dev arch opt 3.0 See merge request zhjt/AndroidApp/MoGoEagleEye!520
This commit is contained in:
@@ -44,7 +44,12 @@ interface IMoGoAutopilotStatusListener {
|
||||
/**
|
||||
* 工控机主动查询 AdasManager#sendStatusQueryReq(),后会收到如下回调
|
||||
*/
|
||||
fun onAutopilotStatusRespByQuery(status: SystemStatusInfo.StatusInfo) { }
|
||||
fun onAutopilotStatusRespByQuery(status: SystemStatusInfo.StatusInfo) {}
|
||||
|
||||
/**
|
||||
* 自动驾驶路线ID回调
|
||||
*/
|
||||
fun onAutopilotRouteLineId(lineId: Long){}
|
||||
|
||||
companion object {
|
||||
/**
|
||||
|
||||
@@ -10,4 +10,8 @@ interface IMogoTelematicProvider: IProvider {
|
||||
fun getServerIp(): String
|
||||
|
||||
fun getServerToken(): String
|
||||
|
||||
fun sendMsgToAllClients(type: Int, byteArray: ByteArray)
|
||||
|
||||
fun sendMsgToServer(type: Int, byteArray: ByteArray)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.mogo.eagle.core.function.api.telematic
|
||||
|
||||
interface IReceivedMsgListener {
|
||||
fun onReceivedMsg(type: Int, byteArray: ByteArray)
|
||||
}
|
||||
Reference in New Issue
Block a user