LAPTOP-SNT8I5JK\Boounion
2025-05-20 91a2974fc7bce6e8bbd903992efae13709b0d186
SourceCode/Bond/Servo/CMeasurement.cpp
@@ -54,4 +54,19 @@
   {
      return __super::recvIntent(pPin, pIntent);
   }
   BOOL CMeasurement::glassWillArrive(CGlass* pGlass)
   {
      BOOL bRet = __super::glassWillArrive(pGlass);
      if (!bRet) {
         return FALSE;
      }
      return m_glassList.empty();
   }
   int CMeasurement::getIndexerOperationModeBaseValue()
   {
      return 35000;
   }
}