[6.3.0][Feat]新增工控机连接状态、SSM等消息的支持

This commit is contained in:
chenfufeng
2024-02-29 18:00:43 +08:00
parent 3077e51b12
commit f5088b61d0
4 changed files with 26 additions and 4 deletions

View File

@@ -135,13 +135,13 @@ object DataManager {
MsgBoxType.VOICE -> {
CallerMsgBoxListenerManager.invokeListener(MsgCategory.VOICE_INFO, msg)
}
MsgBoxType.OBU, MsgBoxType.NOTICE, MsgBoxType.OPERATION -> {
MsgBoxType.OBU, MsgBoxType.NOTICE, MsgBoxType.OPERATION, MsgBoxType.AUTOPILOT -> {
synchronized(this) {
notifyList.add(msg)
}
CallerMsgBoxListenerManager.invokeListener(MsgCategory.NOTICE, msg)
}
MsgBoxType.REPORT -> {
MsgBoxType.REPORT, MsgBoxType.SSMINFO -> {
synchronized(this) {
sysInfoList.add(msg)
}