LAPTOP-SNT8I5JK\Boounion
2025-07-28 bfe14e41fa5b07771d78af4511ba18d706bc23cc
SourceCode/Bond/Servo/CLoadPort.h
@@ -37,8 +37,10 @@
      void localSetCessetteType(CassetteType type);
      void localSetTransferMode(TransferMode mode);
      void localAutoChangeEnable(BOOL bEnable);
      short getCassetteMap();
   public:
      short getNextCassetteSequenceNo();
      void setIndex(unsigned int index);
      unsigned int getIndex();
      BOOL isEnable();
@@ -54,7 +56,8 @@
      int getQTimeFlag();
      int getCassetteMappingState();
      int getCassetteStatus();
      int testGenerateGlassList(MaterialsType type, const char* pszPrefix, int startSuffix);
      int testGenerateGlassList(MaterialsType type);
      int testGenerateGlassListFromConfig(const SERVO::PortConfig& config);
   public:
      static std::string& getPortTypeDescription(PortType portType, std::string& strDescription);
@@ -74,7 +77,8 @@
         int jobExistenceSize,
         short slotProcess,
         short jopCount,
         CJobDataA* pJobDataA);
         CJobDataA* pJobDataA,
         ONWRITED onWritedBlock);
      CStep* getCassetteCtrlCmdStep();
   private:
@@ -89,6 +93,7 @@
      BOOL m_bEnable;
      BOOL m_bAutoChangeEnable;
      CPortStatusReport m_portStatusReport;
      int m_nNextCassetteSequenceNo;
   };
}