[Change]
整理ADAS相关代码 Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -16,16 +16,14 @@ interface IMoGoAutopilotStatusListener {
|
||||
*
|
||||
* @param autoPilotStatusInfo 状态信息
|
||||
*/
|
||||
fun onAutopilotStatusResponse(autoPilotStatusInfo: AutopilotStatusInfo)
|
||||
fun onAutopilotStatusResponse(autoPilotStatusInfo: AutopilotStatusInfo){}
|
||||
|
||||
/**
|
||||
* 自动驾驶到站
|
||||
*
|
||||
* @param autopilotWayArrive 所到车站的简单信息
|
||||
*/
|
||||
fun onAutopilotArriveAtStation(autopilotWayArrive: AutopilotStationInfo?){
|
||||
|
||||
}
|
||||
fun onAutopilotArriveAtStation(autopilotWayArrive: AutopilotStationInfo?){}
|
||||
|
||||
/**
|
||||
* 工控机获取SN
|
||||
@@ -35,9 +33,7 @@ interface IMoGoAutopilotStatusListener {
|
||||
/**
|
||||
* 工控机监控节点
|
||||
*/
|
||||
fun onAutopilotGuardian(guardianInfo: AutopilotGuardianStatusInfo?){
|
||||
|
||||
}
|
||||
fun onAutopilotGuardian(guardianInfo: AutopilotGuardianStatusInfo?){}
|
||||
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user