chenluhua1980
2026-01-21 da507a84b7790fa5eab4a01737af5aaca1526390
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);
            }
        }
    };
}