the sd stuff is evil..
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user