213 pm修改需求 去掉个别标牌

This commit is contained in:
lixiaopeng
2022-11-23 10:30:58 +08:00
parent 60974e33a5
commit 96268d37cb
2 changed files with 27 additions and 27 deletions

View File

@@ -284,9 +284,9 @@ class MogoPrivateObuNewManager private constructor() {
//车内标牌
V2iEventTypeEnum.TYPE_USECASE_ID_IVS.poiType -> {
when (data.warningMsg[0].eventSerialNum) {
MogoObuConstants.RTS.RTI_TYPE_INTERSECTION -> { //十字路口
appId = V2iEventTypeEnum.TYPE_ID_NTERSECTION.poiType
}
// MogoObuConstants.RTS.RTI_TYPE_INTERSECTION -> { //十字路口
// appId = V2iEventTypeEnum.TYPE_ID_NTERSECTION.poiType
// }
MogoObuConstants.RTS.RTI_TYPE_SHAPR_TURNS -> { //急转弯
appId = V2iEventTypeEnum.TYPE_ID_SHAPR_TURNS.poiType
}
@@ -335,10 +335,10 @@ class MogoPrivateObuNewManager private constructor() {
MogoObuConstants.RTS.RTI_TYPE_SPEED_LIMIT -> { //限速
appId = V2iEventTypeEnum.TYPE_USECASE_ID_ROAD_SPEED_LIMIT.poiType
}
MogoObuConstants.RTS.RTI_TYPE_GO_STRAIGHT_TURN_RIGHT -> { //直行或右转
appId =
V2iEventTypeEnum.TYPE_USECASE_ID_GO_STRAIGHT_TURN_RIGHT.poiType
}
// MogoObuConstants.RTS.RTI_TYPE_GO_STRAIGHT_TURN_RIGHT -> { //直行或右转
// appId =
// V2iEventTypeEnum.TYPE_USECASE_ID_GO_STRAIGHT_TURN_RIGHT.poiType
// }
MogoObuConstants.RTS.RTI_TYPE_BUS_WARNING -> { //公交提醒
appId = V2iEventTypeEnum.TYPE_USECASE_ID_BUS_WARNING.poiType
}