Merge branch 'dev_arch_opt_3.0' into 'dev_robobus-m1-p-app-module_1.1.0_230112_1.1.0'
Dev arch opt 3.0 See merge request zhjt/AndroidApp/MoGoEagleEye!676
This commit is contained in:
@@ -153,14 +153,14 @@ enum class EventTypeEnumNew(
|
||||
TYPE_USECASE_ID_ICW(
|
||||
2009.toString(),
|
||||
"交叉路口碰撞预警",
|
||||
poiTypeSrcVr = R.drawable.icon_warning_v2x_collision_warning,
|
||||
poiTypeSrcVr = R.drawable.icon_warning_v2x_crossroads_warning,
|
||||
content = "交叉路口碰撞预警",
|
||||
tts = "注意交叉路口车辆"
|
||||
),
|
||||
TYPE_USECASE_ID_LTA(
|
||||
2001.toString(),
|
||||
"左转辅助",
|
||||
poiTypeSrcVr = R.drawable.icon_warning_v2x_collision_warning,
|
||||
poiTypeSrcVr = R.drawable.icon_warning_v2x_turn_left,
|
||||
content = "左转碰撞预警",
|
||||
tts = "注意路口对向来车"
|
||||
),
|
||||
@@ -196,7 +196,7 @@ enum class EventTypeEnumNew(
|
||||
TYPE_USECASE_ID_AVW(
|
||||
2006.toString(),
|
||||
"异常车辆提醒",
|
||||
poiTypeSrcVr = R.drawable.icon_warning_v2x_abnormal_vehicle,
|
||||
poiTypeSrcVr = R.drawable.icon_warning_v2x_abnormal_car,
|
||||
content = "%s车异常",
|
||||
tts = "小心%s异常车辆"
|
||||
),
|
||||
@@ -269,7 +269,7 @@ enum class EventTypeEnumNew(
|
||||
TYPE_USECASE_ID_BREAKDOWN_WARNING( //故障车辆
|
||||
101.toString(),
|
||||
"车辆故障",
|
||||
poiTypeSrcVr = R.drawable.icon_warning_v2x_collision_warning,
|
||||
poiTypeSrcVr = R.drawable.icon_warning_v2x_car_breakdown,
|
||||
content = "前方%s米有故障车辆,影响路段%s米",
|
||||
tts = "前方%s米有故障车辆,影响路段%s米"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user