LAPTOP-SNT8I5JK\Boounion
2025-02-20 4cc9fd5bb0c0224e88ca702e6e736e1bc138dce6
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;