From c2d7d121f217d822f3ee71c3c7ef37410efe4065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Wed, 25 Aug 2021 18:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E5=90=8D=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 26 +++++++++++++++++++ README.md | 2 +- .../mogo/module/hmi/ui/MoGoWarningFragment.kt | 4 +-- ...iewTrafficLight.kt => TrafficLightView.kt} | 2 +- ...Notification.kt => V2XNotificationView.kt} | 2 +- .../src/main/res/layout/fragment_warning.xml | 2 +- .../ObuTestTriggerRecognizedReceiver.kt | 15 +++++++++-- 7 files changed, 45 insertions(+), 8 deletions(-) rename modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/ui/widget/{ViewTrafficLight.kt => TrafficLightView.kt} (98%) rename modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/ui/widget/{ViewV2XNotification.kt => V2XNotificationView.kt} (95%) diff --git a/.idea/misc.xml b/.idea/misc.xml index 96aa909210..a9d1978936 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -11,7 +11,32 @@ diff --git a/README.md b/README.md index 0b4239aefc..0cdcca9513 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ adb shell am broadcast -a com.hmi.v2x.limitingvelocity --ez limitingVelocityIsSh // 控制OBU场景自测 obuStates 1-添加,2-删除,0-更新 adb shell am broadcast -a com.obu.test_trigger --ei obuStates 1 --ei obuLevel 3 --ei obuType 0x2A01 -// 控制OBU 展示周边周边车辆 惠新西街南口附近,南向北 +// 控制OBU 模拟自车位置 adb shell am broadcast -a com.obu.test_trigger_recognized //与Rsu相关 diff --git a/modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/ui/MoGoWarningFragment.kt b/modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/ui/MoGoWarningFragment.kt index 8d9965099c..62a6e380af 100644 --- a/modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/ui/MoGoWarningFragment.kt +++ b/modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/ui/MoGoWarningFragment.kt @@ -13,7 +13,7 @@ import com.mogo.module.hmi.R import com.mogo.module.hmi.notification.WarningFloat import com.mogo.module.hmi.notification.anim.DefaultAnimator import com.mogo.module.hmi.notification.enums.SidePattern -import com.mogo.module.hmi.ui.widget.ViewV2XNotification +import com.mogo.module.hmi.ui.widget.V2XNotificationView import kotlinx.android.synthetic.main.fragment_warning.* /** @@ -53,7 +53,7 @@ class MoGoWarningFragment : MvpFragment -