Merge branch 'dev_robotaxi-d_250417_8.0.0_routing' into dev_robotaxi-d_250709_8.2.0_advideo
# Conflicts: # OCH/charter/passenger/src/main/java/com/mogo/och/charter/passenger/model/MusicModel.kt # OCH/common/common/src/main/java/com/mogo/och/common/module/constant/OchCommonConst.kt
This commit is contained in:
@@ -196,6 +196,12 @@ interface IMoGoHmiProvider :IProvider{
|
||||
*/
|
||||
fun hideTurnLightView()
|
||||
|
||||
/**
|
||||
* 小巴、接驳、包车 是否在执行任务中
|
||||
*/
|
||||
fun isShuttleDriverPerformTask(): Boolean
|
||||
|
||||
|
||||
/**
|
||||
* taxi无人化 是否在执行任务中(无人化模式和算路验证模式 都复用此变量)
|
||||
*/
|
||||
|
||||
@@ -30,4 +30,9 @@ interface ISopSettingListener {
|
||||
*/
|
||||
fun onCarApertureClickEvent(status: Boolean){}
|
||||
|
||||
/**
|
||||
* 验证算路模式
|
||||
*/
|
||||
fun onRoutingClickEvent(status: Boolean){}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user