LAPTOP-SNT8I5JK\Boounion
2025-02-21 1ea724d777948a9e70ba30a06d3db28641d61d0c
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;