the sd stuff is evil..

This commit is contained in:
2023-03-10 02:05:51 +01:00
parent c8fe1b1359
commit 8b26d13070
18 changed files with 96 additions and 55 deletions

View File

@ -16,7 +16,7 @@ class TmStoreTaskBase : public SystemObject {
* @param store
* @return
*/
bool handleOneStore(PersistentTmStoreWithTmQueue& store);
bool handleOneStore(PersistentTmStoreWithTmQueue& store, Countdown& tcHandlingCd);
/**
* Occasionally check whether SD card is okay to be used. If not, poll whether it is ready to
@ -24,7 +24,7 @@ class TmStoreTaskBase : public SystemObject {
*/
bool cyclicStoreCheck();
virtual void initStoresIfPossible() = 0;
virtual bool initStoresIfPossible() = 0;
StorageManagerIF& ipcStore;
Countdown sdCardCheckCd = Countdown(800);