[2.13.2] 保存对应类型数据,对接消息盒子

This commit is contained in:
lixiaopeng
2023-01-06 15:55:26 +08:00
parent d49694f1f4
commit 3ade6ef883
4 changed files with 106 additions and 1094 deletions

View File

@@ -133,7 +133,7 @@ enum class EventTypeEnumNew(
// 违章停车
ALERT_ILLEGAL_PARK("99992"),
//-------------v2n start ------------>
//-------------obu v2n start ------------>
TYPE_USECASE_ID_FCW(
2000.toString(),
"前向碰撞预警",
@@ -205,10 +205,9 @@ enum class EventTypeEnumNew(
content = "注意特种车辆通行",
tts = "请避让特种车辆"
),
//-------------v2n end ------------>
//-------------obu v2n end ------------>
//---------弱势交通参与者 start ------>
//---------弱势交通参与者 obu and cloud start ------>
TYPE_USECASE_ID_VRUCW_MOTOR_VEHICLES(
1001.toString(),
"弱势交通参与者碰撞预警",
@@ -237,8 +236,7 @@ enum class EventTypeEnumNew(
content = "前方有未知障碍物",
tts = "前方有未知障碍物"
),
//---------弱势交通参与者 end -------->
//---------弱势交通参与者 obu and cloud end -------->
//--------------红绿灯 start -------> TODO 修改重复
TYPE_USECASE_ID_IVP_RED(
@@ -258,7 +256,7 @@ enum class EventTypeEnumNew(
),
//-------------红绿灯 end ---------->
//-----------道路危险情况预警 start --------------->
//-----------道路危险情况预警 obu start --------------->
TYPE_USECASE_ID_BREAKDOWN_WARNING( //故障车辆
101.toString(),
"车辆故障",
@@ -308,10 +306,9 @@ enum class EventTypeEnumNew(
content = "您已超速,请减速行驶",
tts = "您已超速,请减速行驶"
),
//------------道路危险情况预警 end ----------->
//------------道路危险情况预警 obu end ----------->
//------------车内标牌 start -------------->
//------------车内标牌 obu start -------------->
TYPE_ID_SHAPR_TURNS(
2.toString(),
"急转弯",
@@ -452,8 +449,7 @@ enum class EventTypeEnumNew(
content = "前方%s米事故",
tts = "前方%s米事故"
),
//------------车内标牌 end -------------->
//------------车内标牌 obu end -------------->
TYPE_ERROR(
0.toString(),