LAPTOP-SNT8I5JK\Boounion
2025-08-01 58edd8b23ce7d804c1e88eecde6fb42830034946
SourceCode/Bond/Servo/CGlass.h
@@ -26,6 +26,8 @@
      std::string& getID();
      void setOriginPort(int port, int slot);
      void getOrginPort(int& port, int& slot);
      BOOL isScheduledForProcessing();
      void setScheduledForProcessing(BOOL bProcessing);
      CPath* getPathWithEq(unsigned int nEqId, unsigned int nUnit);
      CPath* getPath();
      void addPath(unsigned int nEqId, unsigned int nUnit);
@@ -51,6 +53,7 @@
      std::string m_strBuddyId;
      int m_nOriginPort;
      int m_nOriginSlot;
      BOOL m_bScheduledForProcessing;         /* 是否将加工处理 */
   };
}