Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
signal
traffic-signal-platform
Commits
25f7d28b
Commit
25f7d28b
authored
Apr 14, 2025
by
duanruiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[add] 海信灯态结构添加字段
parent
db0e5ef2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
LightStatusPojo.java
...a/net/wanji/utc/hisense/pojo/convert/LightStatusPojo.java
+7
-1
No files found.
signal-utc-hisense-service/src/main/java/net/wanji/utc/hisense/pojo/convert/LightStatusPojo.java
View file @
25f7d28b
...
...
@@ -47,7 +47,7 @@ public class LightStatusPojo {
@ApiModelProperty
(
value
=
"行政区编号,如“640104"
)
private
String
regionId
;
@ApiModelProperty
(
value
=
"置信度,1.0代表100%可信,若遇早晚高峰动态配时,可以降低置信度"
)
private
int
confidence
;
private
String
confidence
;
@ApiModelProperty
(
value
=
"控制模式,11:特殊控制-关灯,12:特殊控制-全红,13:特殊控制-黄闪,21:单点多时段控制,"
+
"22:单点感应控制,23:单点自适应控制,31:线协调控制,41:区域协调控制,51:干预控制-手动控制,"
+
"52:干预控制-锁定阶段控制,53:干预控制-指定方案,54:干预控制-锁定相位控制"
)
...
...
@@ -66,12 +66,18 @@ public class LightStatusPojo {
private
int
planId
;
@ApiModelProperty
(
value
=
"数据产生时间戳,精确到毫秒,与北京时间校准务必准确"
)
private
Long
signalMachineStamp
;
@ApiModelProperty
(
value
=
"可变车道:"
)
private
List
<
Integer
>
varLaneChannel
;
private
Integer
offset
;
private
Integer
periodCountDown
;
@Data
@ApiModel
(
value
=
"来自滴滴海信灯态实体类"
)
public
static
class
LampRealInfos
{
@ApiModelProperty
(
value
=
"通道描述"
)
private
Integer
channelDesc
;
@ApiModelProperty
(
value
=
"通道编号"
)
private
Integer
channelNo
;
@ApiModelProperty
(
value
=
"当前灯色剩余时间,单位:秒,动态变化的具体数值,时效性要求高"
)
private
Integer
countDown
;
@ApiModelProperty
(
value
=
"当前灯色,22-黄灯,23-绿灯,21-红灯"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment