添加注释

This commit is contained in:
董宏宇
2021-08-10 18:07:24 +08:00
parent 513a429a59
commit 43bd23eccb
2 changed files with 4 additions and 4 deletions

View File

@@ -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(

View File

@@ -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 {