LAPTOP-SNT8I5JK\Boounion
2025-02-18 8f0460c03589056aec7643c8ef625a207ae49f4d
SourceCode/Bond/Servo/CEquipment.h
@@ -10,6 +10,7 @@
   typedef struct _EquipmentListener
   {
      ONALIVE            onAlive;
      ONALIVE            onCimStateChanged;
   } EquipmentListener;
   // Memory Block 结构体定义
@@ -70,7 +71,10 @@
      StationIdentifier m_station;
      MemoryBlock m_blockReadBit;
      MemoryBlock m_blockWriteBit;
   private:
      ALIVE m_alive;
      BOOL m_bCimState;         // ON/OFF
   };
}