LAPTOP-SNT8I5JK\Boounion
2025-03-24 6cd9f24e01c7ecbb7ad47137677590d1d4ae2f04
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);
   }
}