Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
p x
SuZhouAvp
Commits
dbb8a2b1
"git@tydicdata.com:pengxiao/suzhouavp.git" did not exist on "374a24ad60fd5f274c9e53fc56f92a3aec583342"
Commit
dbb8a2b1
authored
Sep 11, 2025
by
p x
Browse files
添加感知物模拟数据
parent
fa9515de
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
app/src/main/assets/mock/PerTarget.txt
0 → 100644
View file @
dbb8a2b1
This diff is collapsed.
Click to expand it.
app/src/main/java/com/sd/cavphmi/bean/mock/MockPerTarget.kt
0 → 100644
View file @
dbb8a2b1
package
com.sd.cavphmi.bean.mock
/**
* 感知目标物实体
****/
class
MockPerTarget
:
ArrayList
<
PerTargetItem
>()
data class
PerTargetItem
(
val
accessTime
:
Long
,
val
deviceCode
:
String
,
val
deviceId
:
String
,
val
id
:
String
,
val
intersectionCode
:
String
,
val
participants
:
List
<
Participant
>,
val
receiveTime
:
Long
,
val
reportTime
:
Long
)
data class
Participant
(
val
color
:
Int
,
val
gear
:
Int
,
val
heading
:
Double
,
val
latitude
:
Double
,
val
longitude
:
Double
,
val
ptcId
:
String
,
val
ptcType
:
String
,
val
speed
:
Double
)
\ No newline at end of file
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