LAPTOP-SNT8I5JK\Boounion
2025-05-30 db7917ef2f84856d2c6b151aad0d128ba8b6fb53
SourceCode/Bond/Servo/CJobDataS.h
@@ -2,14 +2,19 @@
#include "CAttributeVector.h"
#define JOBDATAS_SIZE      (256 * 2)
namespace SERVO {
   class CJobDataS
   {
   public:
      CJobDataS();
      ~CJobDataS();
      CJobDataS::CJobDataS(CJobDataS&& other) noexcept;
      virtual ~CJobDataS();
   public:
      void* getOwner();
      void setOwner(void* pOwner);
      void copy(CJobDataS* pScr);
      int getCassetteSequenceNo();
      void setCassetteSequenceNo(int no);
      int getJobSequenceNo();
@@ -74,6 +79,7 @@
   private:
      void* m_pOwner;
      int m_nCassetteSequenceNo;
      int m_nJobSequenceNo;
      std::string m_strLotId;