git-svn-id: svn://db.shs.com.ru/pip@689 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-02-06 13:23:11 +00:00
parent 283da5b602
commit fe5d73bd46
2 changed files with 13 additions and 2 deletions

View File

@@ -72,8 +72,8 @@ public:
};
#ifndef FREERTOS
bool startOnProcess(int pID, int interval_ms = 1000);
bool startOnSelf(int interval_ms = 1000);
#endif
bool startOnSelf(int interval_ms = 1000);
void stop();
const ProcessStats & statistic() const {return stat;}