chenluhua1980
8 天以前 498b8e781603ae007f41d0056b616f95140dd273
SourceCode/Bond/Servo/CEquipment.cpp
@@ -1696,6 +1696,10 @@
   {
      LOGI("<CEquipment-%s>onSentOutJob.", m_strName.c_str());
      if (m_listener.onSentOutJob != nullptr) {
         m_listener.onSentOutJob(this, port, pJobDataS);
      }
      return 0;
   }
@@ -1889,7 +1893,9 @@
      CSVData svData;
      int nRet = svData.unserialize(&pszData[0], (int)size);
      if (nRet < 0) return nRet;
      Lock();
      m_svDatas.push_back(svData);
      Unlock();
      if (m_listener.onSVDataReport != nullptr) {
         m_listener.onSVDataReport(this, &svData);