diff --git a/modules/mogo-module-common/src/main/java/com/mogo/module/common/enum/WarningTypeEnum.kt b/modules/mogo-module-common/src/main/java/com/mogo/module/common/enum/WarningTypeEnum.kt index a068e0bcbf..3dc8066914 100644 --- a/modules/mogo-module-common/src/main/java/com/mogo/module/common/enum/WarningTypeEnum.kt +++ b/modules/mogo-module-common/src/main/java/com/mogo/module/common/enum/WarningTypeEnum.kt @@ -7,7 +7,7 @@ import com.zhidao.support.obu.constants.ObuConstants * author : donghongyu * e-mail : 1358506549@qq.com * date : 2020-01-1514:47 - * desc : 车机启动状态 + * desc : 预警类型枚举 * version: 1.0 */ enum class WarningTypeEnum( diff --git a/modules/mogo-module-obu-mogo/src/main/java/com/mogo/module/obu/mogo/MogoPrivateObuManager.kt b/modules/mogo-module-obu-mogo/src/main/java/com/mogo/module/obu/mogo/MogoPrivateObuManager.kt index c69cae5373..5dcd44d2fb 100644 --- a/modules/mogo-module-obu-mogo/src/main/java/com/mogo/module/obu/mogo/MogoPrivateObuManager.kt +++ b/modules/mogo-module-obu-mogo/src/main/java/com/mogo/module/obu/mogo/MogoPrivateObuManager.kt @@ -111,7 +111,7 @@ class MogoPrivateObuManager private constructor() { mObuRecognizedResultDrawer?.addCvxRvInfoIndInfo(info) } - //车与其他,obu与rsu + // 车与其他,obu与rsu override fun onCvxRtiThreatIndInfo(info: CvxRtiThreatIndInfo) { Logger.d(MogoObuConst.TAG_MOGO_OBU, "onCvxRtiThreatIndInfo ------> $info") //拥堵 @@ -122,7 +122,7 @@ class MogoPrivateObuManager private constructor() { } - //红绿灯 + // 红绿灯 override fun onCvxIvpThreatIndInfo(info: CvxIvpThreatIndInfo?) { Logger.d(MogoObuConst.TAG_MOGO_OBU, "CvxIvpThreatIndInfo ------> $info") info?.let { @@ -242,7 +242,7 @@ class MogoPrivateObuManager private constructor() { } - //V2V预警信息 TODO 他车是否一直出现 + // V2V预警信息 TODO 他车是否一直出现 override fun onCvxV2vThreatIndInfo(info: CvxV2vThreatIndInfo?) { Logger.e(MogoObuConst.TAG_MOGO_OBU, "onCvxV2vThreatIndInfo ------> $info") info?.let {