LAPTOP-SNT8I5JK\Boounion
2025-02-18 9934a96ac90b32d427d57cd6e4e0a1954fd59f1e
SourceCode/Bond/Servo/CMaster.h
@@ -11,6 +11,7 @@
    typedef struct _MasterListener
    {
        ONEQALIVE            onEqAlive;
        ONEQALIVE              onEqCimStateChanged;
    } MasterListener;
    class CMaster
@@ -25,11 +26,10 @@
        int init();
        int term();
        void onTimer(UINT nTimerid);
        CEquipment* getEquipment(int id);
    private:
        int addEquipment(CEquipment* pEquipment);
    private:
        MasterListener m_listener;