mrDarker
6 天以前 829fe6c6bc33d53fda9c31fd45a37e1df87befff
SourceCode/Bond/Servo/HsmsPassive.h
@@ -153,6 +153,7 @@
   std::vector<SERVO::CVariable*>& getVariables();
   unsigned int getMaxVariableId() const;
   std::vector<SERVO::CDataVariable*>& getDataVariables();
   unsigned int getMaxDataVariableId() const;
   // 取得指定Variable
   SERVO::CVariable* getVariable(int variableId);
@@ -164,6 +165,9 @@
   int deleteVariable(int variableId);
   int addVariable(const char* pszName, const char* pszFormat, const char* pszRemark, int& outId);
   int updateVariable(int variableId, const char* pszName, const char* pszFormat, const char* pszRemark);
   int deleteDataVariable(int dvid);
   int addDataVariable(const char* pszName, const char* pszFormat, const char* pszRemark, int& outId);
   int updateDataVariable(int dvid, const char* pszName, const char* pszFormat, const char* pszRemark);
   // 设置变量值
   void setVariableValue(const char* pszName, __int64 value);
@@ -231,6 +235,7 @@
   int requestEventReportSend_Panel_Start();
   int requestEventReportSend_Panel_End();
   int requestEventReportSend_OCR_PanelID_Read_OK();
   int requestEventReportSend_OCR_PanelID_Read(short vcrResult);
   int requestEventReportSend_LoadPortNotAssoc();
   int requestEventReportSend_ProcessDataReport();
   int requestEventReportSend_SubEqpStart();