|
@@ -100,8 +100,7 @@ type SensorOgt struct {
|
|
|
SensorFilter string `json:"sensor_filter"` // 目标物筛选序列(0,1,2)
|
|
|
SensorDisplay bool `json:"sensor_display"` // 显示目标物
|
|
|
SensorMaxObjects int `json:"sensor_maxObjects"` // 最大目标物个数
|
|
|
- SensorPort string `json:"sensor_port"` // 端口
|
|
|
- SensorMax0bjects int `json:"sensor_max0bjects"` // 最大目标物个数
|
|
|
+ SensorPort int `json:"sensor_port"` // 端口
|
|
|
SensorForHLeft float64 `json:"sensor_fovHLeft"` // 水平现场角右
|
|
|
SensorForHRight float64 `json:"sensor_fovHRight"` // 水平现场角右
|
|
|
SensorForHTop float64 `json:"sensor_fovVTop"` // 垂直现场角顶
|