[660][adas][data-center] FSM与Can Adapter自动驾驶状态兼容,鹰眼全局自动驾驶状态新增来源字段,新增Can Adapter自驾状态回调接口

This commit is contained in:
xinfengkun
2024-08-23 15:21:14 +08:00
parent 9b39ee7244
commit 45d5576288
12 changed files with 111 additions and 26 deletions

View File

@@ -58,6 +58,12 @@ open class AutopilotStatusInfo : Serializable, Cloneable {
@Volatile
var state = 0
/**
* 自动驾驶状态数据来源 0默认/未知1底盘2FSM
*/
@Volatile
var autopilotStateSource = 0
/**
* 底盘的自动驾驶状态 0非自动驾驶1自动驾驶
*/