LAPTOP-SNT8I5JK\Boounion
2025-02-19 69d1e03745175dadece54b1dfce0738d5b5d8961
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;