LAPTOP-SNT8I5JK\Boounion
2025-07-21 5e6c63c80e146e9f0800afc39ec33f0c7eb7a572
SourceCode/Bond/Servo/CArmTray.cpp
@@ -34,6 +34,15 @@
   }
   // 必须要实现的虚函数,在此初始化Slot信息
   void CArmTray::initSlots()
   {
      m_slot[0].enable();
      m_slot[0].setPosition(m_nID);
      m_slot[0].setNo(1);
      m_slot[0].setName("Slot 1");
   }
   void CArmTray::onTimer(UINT nTimerid)
   {
      CEquipment::onTimer(nTimerid);