Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
recv_data_longhua
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 9db56084
authored
Sep 23, 2020
by
xmh
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改FLowModel默认值
1 parent
d50e9720
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
src/main/java/com/viontech/model/FlowModel.java
src/main/java/com/viontech/model/FlowModel.java
View file @
9db5608
...
@@ -18,13 +18,13 @@ import java.util.zip.CRC32;
...
@@ -18,13 +18,13 @@ import java.util.zip.CRC32;
@Setter
@Setter
public
class
FlowModel
extends
BaseModel
{
public
class
FlowModel
extends
BaseModel
{
private
final
int
[]
laneNoAndType
=
new
int
[
16
]
;
private
final
int
[]
laneNoAndType
=
{-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
}
;
private
final
int
[]
traffic
=
new
int
[
16
]
;
private
final
int
[]
traffic
=
{-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
}
;
private
final
int
[]
avgSpeed
=
new
int
[
16
]
;
private
final
int
[]
avgSpeed
=
{-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
}
;
private
final
int
[]
maxQueueLen
=
new
int
[
16
]
;
private
final
int
[]
maxQueueLen
=
{-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
}
;
private
final
int
[]
occupy
=
new
int
[
16
]
;
private
final
int
[]
occupy
=
{-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
}
;
private
final
int
[]
avgDistanceBetweenVehicle
=
new
int
[
16
]
;
private
final
int
[]
avgDistanceBetweenVehicle
=
{-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
}
;
private
final
int
[]
trafficSupplement
=
new
int
[
16
]
;
private
final
int
[]
trafficSupplement
=
{-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
}
;
private
int
serialNum
;
private
int
serialNum
;
private
int
time
;
private
int
time
;
private
int
timeDuring
;
private
int
timeDuring
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment