删除所有外部旧引用
This commit is contained in:
@@ -138,6 +138,12 @@ class PQAutomationApp:
|
||||
self.ucd_device = UCD323Device(self.event_bus, self.ucd)
|
||||
self.signal_service = SignalService(self.ucd_device, self.event_bus)
|
||||
|
||||
# 连接控制器:统一管理 CA/UCD 生命周期。
|
||||
# 旧的 check_com_connections / disconnect_com_connections 等模块级
|
||||
# 函数仍以类属性形式挂在 PQAutomationApp 上,内部全部委托给本对象。
|
||||
from app.device.connection import ConnectionController
|
||||
self.connection = ConnectionController(self)
|
||||
|
||||
# 初始化测试状态
|
||||
self.testing = False
|
||||
self.test_thread = None
|
||||
|
||||
Reference in New Issue
Block a user