tweak events.. comntinue later
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2023-03-10 21:13:11 +01:00
parent b603554a80
commit 97698a08d5
4 changed files with 11 additions and 7 deletions

View File

@ -18,6 +18,7 @@ class PersistentSingleTmStoreTask : public TmStoreTaskBase, public ExecutableObj
private:
PersistentTmStoreWithTmQueue& storeWithQueue;
Event eventIfDumpDone;
uint32_t numberOfDumpedPackets = 0;
Countdown tcHandlingCd = Countdown(400);
bool initStoresIfPossible();