SDC manager and core controller refactoring
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2021-08-05 18:13:32 +02:00
parent 7f327c3900
commit 05088ce02c
7 changed files with 303 additions and 102 deletions

View File

@ -42,7 +42,7 @@ public:
FAIL
};
using SdStatusPair = std::pair<sd::SdStatus, sd::SdStatus>;
using SdStatusPair = std::pair<sd::SdState, sd::SdState>;
static constexpr uint8_t INTERFACE_ID = CLASS_ID::SD_CARD_MANAGER;
@ -197,7 +197,7 @@ public:
private:
CommandExecutor cmdExecutor;
Operations currentOp = Operations::IDLE;
bool blocking = true;
bool blocking = false;
SdCardManager();