Commit 170e6db3 authored by p x's avatar p x
Browse files

8.5

parent e2131781
# earlywarning # earlywarning
java 解析预警UDP # (java 解析预警UDP)
\ No newline at end of file
...@@ -18,4 +18,10 @@ ...@@ -18,4 +18,10 @@
# If you keep the line number information, uncomment this to # If you keep the line number information, uncomment this to
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
\ No newline at end of file
# -- 解析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
package com.cusc.adas.v2x.clouddecision.dto; package com.cusc.adas.v2x.clouddecision.dto;
//云端决策建议信息数据结构 //8.5云端决策建议信息数据结构
public class VehAdviceDto<T> { public class VehAdviceDto<T> {
//车辆编号 //车辆编号
private String vehicleId; private String vehicleId;
...@@ -12,7 +12,7 @@ public class VehAdviceDto<T> { ...@@ -12,7 +12,7 @@ public class VehAdviceDto<T> {
private short adviceType; private short adviceType;
// 事件分类 // 事件分类
private short eventType; private short eventType;
// 车速建议 // 车速建议(用于显示标牌值)
private float spdExp; private float spdExp;
// 加速度建议 // 加速度建议
......
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