mrDarker
6 天以前 829fe6c6bc33d53fda9c31fd45a37e1df87befff
SourceCode/Bond/Servo/CPortStatusReport.h
@@ -14,6 +14,7 @@
   public:
      void copyEx(CPortStatusReport& other);
      short getPortStatus();
      void setPortStatus(short status);
      short getCassetteSequenceNo();
      std::string& getCassetteId();
      short getLoadingCassetteType();
@@ -29,6 +30,8 @@
      bool canPickFromPort();
      bool isJobExistenceSlot();
      short getJobExistenceSlot();
      void setJobExistenceSlot(short map);
      void setCassetteId(const char* pszId);
   private:
      void WriteString(CArchive& ar, std::string& string);