chenluhua1980
2026-01-19 30a7b29d0eb11ce87a9c0cafa0e5dd00c242d699
SourceCode/Bond/Servo/CMaster.h
@@ -296,5 +296,10 @@
    private:
        Collector* m_pCollector = nullptr;
        void CreateDAQBridgeServer();
        inline void notifyControlJobChanged() {
            if (m_listener.onControlJobChanged) {
                m_listener.onControlJobChanged(this);
            }
        }
    };
}