| | |
| | | |
| | | // 取消 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列表 |
| | |
| | | |
| | | // 取得Report列表 |
| | | std::vector<SERVO::CReport*>& getReports(); |
| | | unsigned int getMaxReportId() const; |
| | | |
| | | // 从文件中加载CCollectionEvent列表 |
| | | int loadCollectionEvents(const char* pszFilepath); |
| | |
| | | |
| | | // 取得Report |
| | | SERVO::CReport* getReport(int rptid); |
| | | int deleteReport(int rptid); |
| | | |
| | | void setListener(SECSListener listener); |
| | | unsigned OnCimWork(); |