LAPTOP-SNT8I5JK\Boounion
2025-03-21 d1fd8f9e1f5a012b301a6ce93c2ce7eb3c927e31
SourceCode/Bond/Servo/CVacuumBake.cpp
@@ -33,6 +33,9 @@
   {
      // 加入Pin初始化代码
      LOGI("<CVacuumBake>initPins");
      addPin(SERVO::PinType::INPUT, _T("In1"));
      addPin(SERVO::PinType::INPUT, _T("In2"));
      addPin(SERVO::PinType::OUTPUT, _T("Out"));
   }
   void CVacuumBake::onTimer(UINT nTimerid)
@@ -44,4 +47,14 @@
   {
      CEquipment::serialize(ar);
   }
   void CVacuumBake::getAttributeVector(CAttributeVector& attrubutes)
   {
      __super::getAttributeVector(attrubutes);
   }
   int CVacuumBake::recvIntent(CPin* pPin, CIntent* pIntent)
   {
      return __super::recvIntent(pPin, pIntent);
   }
}