chenluhua1980
2025-12-11 5e9b9b53a8a853365c29149871bd024c9ca0cbac
SourceCode/Bond/Servo/HsmsPassive.h
@@ -176,6 +176,7 @@
   // 取得Report
   SERVO::CReport* getReport(int rptid);
   int deleteReport(int rptid);
   void setListener(SECSListener listener);
   unsigned OnCimWork();
@@ -239,6 +240,7 @@
   void clearAllVariabel();
   std::vector<unsigned int> parseVidList(CString& strNums);
   int writeVariablesToFile(const std::string& filepath);
   int writeReportsToFile(const std::string& filepath);
private:
   CModel* m_pModel;
@@ -259,6 +261,9 @@
   std::string m_strVariableFilepath;
   bool m_bVariableUtf8{ false };
   bool m_bVariableUtf8Bom{ false };
   std::string m_strReportFilepath;
   bool m_bReportUtf8{ false };
   bool m_bReportUtf8Bom{ false };
   BOOL m_bCimWorking;
   HANDLE m_hCimWorkEvent;
   HANDLE m_hCimWorkThreadHandle;