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
earlywarning
Commits
170e6db3
Commit
170e6db3
authored
Sep 12, 2025
by
p x
Browse files
8.5
parent
e2131781
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
170e6db3
# earlywarning
java 解析预警UDP
\ No newline at end of file
# (java 解析预警UDP)
proguard-rules.pro
View file @
170e6db3
...
...
@@ -18,4 +18,10 @@
#
If
you
keep
the
line
number
information
,
uncomment
this
to
#
hide
the
original
source
file
name
.
#-
renamesourcefileattribute
SourceFile
\ No newline at end of file
#-
renamesourcefileattribute
SourceFile
#
--
解析
Bean
-
keep
class
com
.
cusc
.
adas
.
v2x
.
utils
**
{
*
;}
-
keep
class
com
.
cusc
.
adas
.
v2x
.
events
**
{
*
;}
-
keep
class
com
.
cusc
.
adas
.
v2x
.
vo
**
{
*
;}
-
keep
class
com
.
cusc
.
adas
.
v2x
.
dto
**
{
*
;}
\ No newline at end of file
src/main/java/com/cusc/adas/v2x/clouddecision/dto/VehAdviceDto.java
View file @
170e6db3
package
com.cusc.adas.v2x.clouddecision.dto
;
//云端决策建议信息数据结构
//
8.5
云端决策建议信息数据结构
public
class
VehAdviceDto
<
T
>
{
//车辆编号
private
String
vehicleId
;
...
...
@@ -12,7 +12,7 @@ public class VehAdviceDto<T> {
private
short
adviceType
;
// 事件分类
private
short
eventType
;
// 车速建议
// 车速建议
(用于显示标牌值)
private
float
spdExp
;
// 加速度建议
...
...
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