@@ -2,7 +2,7 @@ package com.mogo.eagle.core.function.obu.mogo.utils
|
||||
|
||||
import com.mogo.eagle.core.utilcode.util.LogUtils
|
||||
import com.mogo.module.common.drawer.bean.TrafficData
|
||||
import com.mogo.module.common.enums.TrafficTypeEnum
|
||||
import com.mogo.eagle.core.data.enums.TrafficTypeEnum
|
||||
import com.zhidao.support.obu.constants.ObuConstants
|
||||
import com.zhidao.support.obu.model.CvxPtcThreatIndInfo
|
||||
import com.zhidao.support.obu.model.CvxRtiThreatIndInfo
|
||||
|
||||
@@ -0,0 +1,73 @@
|
||||
package com.mogo.eagle.core.data.enums
|
||||
|
||||
import com.mogo.mogo.module.data.R
|
||||
|
||||
|
||||
/**
|
||||
* @author xiaoyuzhou
|
||||
* @date 2021/8/18 11:39 上午
|
||||
* 交通元素类型
|
||||
*/
|
||||
enum class TrafficTypeEnum(
|
||||
var type: Int,
|
||||
var desc: String,
|
||||
var traffic2DIconId: Int,
|
||||
var traffic3DIconId: Int
|
||||
) {
|
||||
|
||||
TYPE_TRAFFIC_ID_WEI_ZHI(
|
||||
0,
|
||||
"未知数据",
|
||||
R.raw.special_vehicle,
|
||||
R.raw.special_vehicle
|
||||
),
|
||||
TYPE_TRAFFIC_ID_PEOPLE(
|
||||
1,
|
||||
"人",
|
||||
R.raw.people,
|
||||
R.raw.people
|
||||
),
|
||||
TYPE_TRAFFIC_ID_BICYCLE(
|
||||
2,
|
||||
"自行车",
|
||||
R.raw.zixingche,
|
||||
R.raw.zixingche
|
||||
),
|
||||
TYPE_TRAFFIC_ID_TA_CHE(
|
||||
3,
|
||||
"他车",
|
||||
R.raw.special_vehicle,
|
||||
R.raw.special_vehicle
|
||||
),
|
||||
TYPE_TRAFFIC_ID_MOTO(
|
||||
4,
|
||||
"摩托",
|
||||
R.raw.motuoche,
|
||||
R.raw.motuoche
|
||||
),
|
||||
TYPE_TRAFFIC_ID_BUS(
|
||||
6,
|
||||
"大巴",
|
||||
R.raw.daba,
|
||||
R.raw.daba
|
||||
),
|
||||
TYPE_TRAFFIC_ID_TRUCK(
|
||||
8,
|
||||
"卡车",
|
||||
R.raw.daba,
|
||||
R.raw.daba
|
||||
),
|
||||
TYPE_TRAFFIC_ID_SPECIAL_VEHICLE(
|
||||
11,
|
||||
"特殊车辆",
|
||||
R.raw.special_vehicle,
|
||||
R.raw.special_vehicle
|
||||
),
|
||||
TYPE_TRAFFIC_ID_DAO_LU_SHI_GONG(
|
||||
12,
|
||||
"道路施工",
|
||||
R.raw.v2x_shigong_warning,
|
||||
R.raw.v2x_shigong_warning
|
||||
)
|
||||
|
||||
}
|
||||
BIN
core/mogo-core-res/src/main/res/raw/daba.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/daba.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/kache.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/kache.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/motuoche.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/motuoche.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/people.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/people.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/shexiangtou.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/shexiangtou.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/special_vehicle.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/special_vehicle.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/stopline.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/stopline.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/tachexiaoche.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/tachexiaoche.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/v2x_daolujiebing.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/v2x_daolujiebing.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/v2x_daolujishui.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/v2x_daolujishui.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/v2x_daolushigong.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/v2x_daolushigong.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/v2x_guzhangqiuzhu.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/v2x_guzhangqiuzhu.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/v2x_jiaotongjiancha.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/v2x_jiaotongjiancha.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/v2x_nongwu.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/v2x_nongwu.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/v2x_shigong_warning.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/v2x_shigong_warning.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/v2x_shigu.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/v2x_shigu.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/v2x_shishilukuang.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/v2x_shishilukuang.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/v2x_yongdu.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/v2x_yongdu.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/ziche.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/ziche.nt3d
Normal file
Binary file not shown.
BIN
core/mogo-core-res/src/main/res/raw/zixingche.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/zixingche.nt3d
Normal file
Binary file not shown.
Reference in New Issue
Block a user