LAPTOP-SNT8I5JK\Boounion
2025-09-04 1efb832676e8ad27e7a495dba6ffc19479e0c76f
SourceCode/Bond/Servo/CEquipment.h
@@ -123,6 +123,8 @@
      std::vector<CPin*>& CEquipment::getInputPins();
      std::vector<CPin*>& CEquipment::getOutputPins();
      CRecipeList* getRecipeList(int unitNo);
      bool saveRecipeList(int unitNo, std::string& strFilepath);
      bool readRecipeList(int unitNo, std::string& strFilepath);
      virtual int recvIntent(CPin* pPin, CIntent* pIntent);
      virtual int fetchedOutJob(int port, CJobDataB* pJobDataB);
      virtual int storedJob(int port, CJobDataB* pJobDataB, short putSlot);
@@ -169,7 +171,8 @@
      int recipeParameterRequest(short masterRecipeId, short localRecipeId, short unitNo, ONSYNCINGSTATECHANGED block);
      // 解析配方参数列表
      virtual int parsingParams(const char* pszData, size_t size, std::vector<CParam>& parsms) { return 0;  };
      virtual int parsingParams(const char* pszData, size_t size, std::vector<CParam>& params) { return 0;  };
      virtual int parsingParams(const char* pszData, size_t size, std::string& strOut);
      // 获取指定的Slot
      CSlot* getSlot(int index);