代码拉取完成,页面将自动刷新
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: {},
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。