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
1c1e8fae
Commit
1c1e8fae
authored
Nov 12, 2025
by
p x
Browse files
修改注释
parent
c0a57e04
Changes
3
Hide whitespace changes
Inline
Side-by-side
proguard-rules.pro
View file @
1c1e8fae
...
...
@@ -19,9 +19,13 @@
#
If
you
keep
the
line
number
information
,
uncomment
this
to
#
hide
the
original
source
file
name
.
#-
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
-
keep
class
com
.
cusc
.
adas
.
v2x
.
utils
.
**
{
*
;}
-
keep
@
interface
com
.
cusc
.
adas
.
v2x
.
utils
.
Order
.
*
-
keep
@
interface
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
.
**
{
*
;}
src/main/java/com/cusc/adas/v2x/clouddecision/dto/PathPathDto.java
View file @
1c1e8fae
...
...
@@ -37,7 +37,7 @@ public class PathPathDto {
// @RefNumFlag(value="pathNameLen") // 服务器给的1
// @FieldDef(type="BYTE",isAutoLength=true)
// private String pathName;
//
分段类型
1:路口内连接路段,0xFF 表示缺省 2=
红色
3=绿色 4=感知车
(画感知车)
//
0:常规路段(全局路径);
1:路口内连接路段,0xFF 表示缺
省 2=
路面状况颜色(路径里的红色、施工区域红色、人行道红色)
3=绿色
(绿波)
4=感知车
前的红色 5=拥堵红色
@Order
(
3
)
// 服务器给的
private
short
pathType
;
...
...
src/main/java/com/cusc/adas/v2x/clouddecision/vo/PathPath.java
View file @
1c1e8fae
...
...
@@ -19,7 +19,8 @@ public class PathPath {
@RefNumFlag
(
value
=
"pointsNum"
)
private
List
<
Position2D
>
pointsPos
;
@Order
(
3
)
// 服务器给的
//0:常规路段(全局路径);1:路口内连接路段,0xFF 表示缺 省 2=路面状况颜色(路径里的红色、施工区域红色、人行道红色) 3=绿色(绿波) 4=感知车前的红色 5=拥堵红色
@Order
(
3
)
private
short
pathType
;
}
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