chenluhua1980
2025-11-13 2444bfcf24f4d699a3086fb09c33c00c486f5d1d
SourceCode/Bond/Servo/CPortStatusReport.cpp
@@ -51,6 +51,11 @@
      return m_nPortStatus;
   }
   void CPortStatusReport::setPortStatus(short status)
   {
      m_nPortStatus = status;
   }
   short CPortStatusReport::getCassetteSequenceNo()
   {
      return m_nCassetteSequenceNo;
@@ -134,9 +139,6 @@
      memcpy(&m_nLoadingCassetteType, &pszBuffer[index], sizeof(short));
      index += sizeof(short);
      memcpy(&m_nLoadingCassetteType, &pszBuffer[index], sizeof(short));
      index += sizeof(short);
      memcpy(&m_nQTimeFlag, &pszBuffer[index], sizeof(short));
      index += sizeof(short);
@@ -146,7 +148,7 @@
      memcpy(&m_nCassetteStatus, &pszBuffer[index], sizeof(short));
      index += sizeof(short);
      return 15 * 2;
      return 32 * 2;
   }
   void CPortStatusReport::getAttributeVector(CAttributeVector& attrubutes, int beginWeight)
@@ -242,6 +244,16 @@
      return m_nJobExistenceSlot[0];
   }
   void CPortStatusReport::setJobExistenceSlot(short map)
   {
      m_nJobExistenceSlot[0] = map;
   }
   void CPortStatusReport::setCassetteId(const char* pszId)
   {
      m_strCassetteID = pszId;
   }
   void CPortStatusReport::WriteString(CArchive& ar, std::string& string)
   {
      CString strTemp = string.c_str();