"git@tydicdata.com:pengxiao/suzhouavp.git" did not exist on "374a24ad60fd5f274c9e53fc56f92a3aec583342"
Commit dbb8a2b1 authored by p x's avatar p x
Browse files

添加感知物模拟数据

parent fa9515de
This diff is collapsed.
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment