LAPTOP-SNT8I5JK\Boounion
2025-07-15 e48a55eb3cc807fa5a45cf398b6f523e96aa5312
SourceCode/Bond/Servo/HsmsPassive.h
@@ -112,8 +112,18 @@
   void deleteAllReport();
   // 从文件中加载CVariable列表
   int loadVarialbleList(const char* pszFilepath);
   int loadVarialbles(const char* pszFilepath);
   // 取得CVariable列表
   std::vector<SERVO::CVariable*>& getVariables();
   // 取得指定Variable
   SERVO::CVariable* getVariable(int variableId);
   // 从文件中加载CReport表表
   int loadReports(const char* pszFilepath);
   std::vector<SERVO::CReport*>& getReports();
   void setListener(SECSListener listener);
   unsigned OnCimWork();
@@ -152,6 +162,8 @@
   inline void Unlock() { LeaveCriticalSection(&m_criticalSection); }
   int onRecvMsg(IMessage* pMessage);
   void clearAllVariabel();
   std::vector<int> parseVidList(CString& strNums);
   void clearAllReport();
private:
   CModel* m_pModel;
@@ -188,5 +200,8 @@
   // CVariable vector
   std::vector<SERVO::CVariable*> m_variabels;
   // CReport vector
   std::vector<SERVO::CReport*> m_reports;
};