chenluhua1980
昨天 a79fcf6a937e1bfe57014d2c99f1bb9f98bfa892
SourceCode/Bond/Servo/CLoadPort.cpp
@@ -364,6 +364,7 @@
      // 模拟测试
      /*
      if (m_nIndex == 0) {
         static int ii = 0;
         ii++;
@@ -394,6 +395,7 @@
            LOGI("<CLoadPort>Port2载入模拟数据, id:CID1004 map: 0xff");
         }
      }
      */
   }
   void CLoadPort::serialize(CArchive& ar)
@@ -456,6 +458,11 @@
      memcpy(&szBuffer[26], &slotProcess, sizeof(short));
      memcpy(&szBuffer[36], &jopCount, sizeof(short));
      LOGI("<CLoadPort-%d>sendCassetteCtrlCmd cmd=%d, jobExistence0=%d, jobExistence1=%d, slotProcess=%d, jobCount=%d",
         m_nIndex, (int)cmd,
         (jobExistence != nullptr && jobExistenceSize >= 1) ? (int)jobExistence[0] : -1,
         (jobExistence != nullptr && jobExistenceSize >= 2) ? (int)jobExistence[1] : -1,
         (int)slotProcess, (int)jopCount);
      if (pJobDataA != nullptr) {
         pJobDataA->serialize(&szBuffer[38], 1024 - 38);
      }
@@ -966,8 +973,9 @@
         m_portStatusReport.getPortStatus(), m_portStatusReport.getCassetteSequenceNo(), 
         m_portStatusReport.getCassetteId().c_str());
      if (m_portStatusReport.getPortStatus() == 3) {
         LOGI("<CCassetteTranserStateStep>InUse<JobExistenceSlot:%d>",
            m_portStatusReport.getJobExistenceSlot());
         LOGI("<CCassetteTranserStateStep>InUse<JobExistenceSlot:%d, mapW1:%d>",
            m_portStatusReport.getJobExistenceSlot(),
            (int)portStatusReport.getJobExistenceSlot());
      }