1 Star 0 Fork 0

leminewx/gov2x

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model.go 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
wenxian 提交于 2024-09-14 18:20 . 0.0.7.0: add gOMC apis
package gov2x
type DeviceModel string
const (
// OBU
DEVICE_MODEL_VU4004_01 DeviceModel = "VU4004-01"
DEVICE_MODEL_VU4005_01 DeviceModel = "VU4005-01"
DEVICE_MODEL_VU40E4_00 DeviceModel = "VU40E4-00"
DEVICE_MODEL_VU40E4_20 DeviceModel = "VU40E4-20"
DEVICE_MODEL_VU4105_00 DeviceModel = "VU4105-00"
DEVICE_MODEL_VU4105_01 DeviceModel = "VU4105-01"
DEVICE_MODEL_VU4105_11 DeviceModel = "VU4105-11"
// RSU
DEVICE_MODEL_DTVL3100_RSU DeviceModel = "DTVL3100-RSU"
DEVICE_MODEL_DTVL3110_RSU DeviceModel = "DTVL3110-RSU"
DEVICE_MODEL_DTVL3110E_RSU DeviceModel = "DTVL3110E-RSU"
DEVICE_MODEL_DTVL3110EB_RSU DeviceModel = "DTVL3110EB-RSU"
DEVICE_MODEL_DTVL5000_RSU DeviceModel = "DTVL5000-RSU"
DEVICE_MODEL_DTVL5000E_RSU DeviceModel = "DTVL5000E-RSU"
// VBOX
DEVICE_MODEL_DTVL3100_VBOX DeviceModel = "DTVL3100-VBOX"
)
var ModelMap = map[DeviceModel]struct{}{
// OBU
DEVICE_MODEL_VU4004_01: {},
DEVICE_MODEL_VU4005_01: {},
DEVICE_MODEL_VU40E4_00: {},
DEVICE_MODEL_VU40E4_20: {},
DEVICE_MODEL_VU4105_00: {},
DEVICE_MODEL_VU4105_01: {},
DEVICE_MODEL_VU4105_11: {},
// RSU
DEVICE_MODEL_DTVL3100_RSU: {},
DEVICE_MODEL_DTVL3110EB_RSU: {},
DEVICE_MODEL_DTVL3110E_RSU: {},
DEVICE_MODEL_DTVL3110_RSU: {},
DEVICE_MODEL_DTVL5000E_RSU: {},
DEVICE_MODEL_DTVL5000_RSU: {},
// Vbox
DEVICE_MODEL_DTVL3100_VBOX: {},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/leminewx/gov2x.git
git@gitee.com:leminewx/gov2x.git
leminewx
gov2x
gov2x
720534f10467

搜索帮助