opt traffic light

This commit is contained in:
tongchenfei
2020-10-27 10:11:29 +08:00
parent 8cc40f1d79
commit c7fbc3a6c6
11 changed files with 341 additions and 54 deletions

View File

@@ -19,4 +19,14 @@ class ADASWarnMessage {
*/
public int type;
public String value;
@Override
public String toString() {
return "ADASWarnMessage{" +
"content='" + content + '\'' +
", level='" + level + '\'' +
", type=" + type +
", value='" + value + '\'' +
'}';
}
}