chenluhua1980
2025-12-11 aadeadede11fabacebc5378ac0548794f5f49a74
SourceCode/Bond/Servo/HsmsPassive.h
@@ -135,6 +135,9 @@
   // 取消 define report
   bool removeReport(int rptid);
   int deleteReport(int rptid);
   int addReport(int rptid, const std::vector<unsigned int>& vids);
   int updateReport(int rptid, const std::vector<unsigned int>& vids);
   void clearAllReport();
   // 从文件中加载CVariable列表
@@ -161,6 +164,7 @@
   // 取得Report列表
   std::vector<SERVO::CReport*>& getReports();
   unsigned int getMaxReportId() const;
   // 从文件中加载CCollectionEvent列表
   int loadCollectionEvents(const char* pszFilepath);
@@ -176,7 +180,6 @@
   // 取得Report
   SERVO::CReport* getReport(int rptid);
   int deleteReport(int rptid);
   void setListener(SECSListener listener);
   unsigned OnCimWork();