添加注释
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user