[6.4.4]冷启动加载View

This commit is contained in:
xuxinchao
2024-06-06 15:19:27 +08:00
parent 21eedafbf8
commit a2042060af
7 changed files with 313 additions and 32 deletions

View File

@@ -61,6 +61,12 @@ open class AutopilotStatusInfo : Serializable, Cloneable {
@Volatile
var pilotmode = 0
/**
* SSM冷启动是否成功 false不成功 true成功
*/
@Volatile
var ssmAutoPilotReady = false
// 默认未连接
@Volatile
var ipcConnStatus = AdasConstants.IpcConnectionStatus.DISCONNECTED