LAPTOP-SNT8I5JK\Boounion
2025-07-28 bfe14e41fa5b07771d78af4511ba18d706bc23cc
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);