Commit 0f13eb44 authored by p x's avatar p x
Browse files

清理异常

parent 8e332e02
......@@ -5,10 +5,11 @@ import com.cusc.adas.v2x.utils.OffsetDef;
import com.cusc.adas.v2x.utils.Order;
/**
* @author huangml
* 下行自定义功能信息(CLOUD2VEH_TEST)数据结构应符合表 71 的要求。
*/
public class SelfDefineDetailDto {
//RV远车id
private String rvVehicleId;
//预警类型
......@@ -41,6 +42,10 @@ public class SelfDefineDetailDto {
//预警距离
private float distance;
public String getRvVehicleId() {
return rvVehicleId;
}
public double getRvSpeed() {
return rvSpeed;
}
......
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