cold redundant and hot redundant configuration
This commit is contained in:
@ -54,9 +54,9 @@ public:
|
||||
*/
|
||||
static SdCardManager* instance();
|
||||
|
||||
void setPreferredSdCard(sd::SdCard sdCard);
|
||||
ReturnValue_t setPreferredSdCard(sd::SdCard sdCard);
|
||||
|
||||
sd::SdCard getPreferredSdCard() const;
|
||||
ReturnValue_t getPreferredSdCard(sd::SdCard& sdCard) const;
|
||||
|
||||
/**
|
||||
* Switch on the specified SD card.
|
||||
@ -97,7 +97,7 @@ public:
|
||||
* should call #updateSdCardStateFile again in that case
|
||||
* - STATUS_FILE_NEXISTS if the status file does not exist
|
||||
*/
|
||||
ReturnValue_t sdCardActive(std::pair<sd::SdStatus, sd::SdStatus>& active);
|
||||
ReturnValue_t getSdCardActiveStatus(std::pair<sd::SdStatus, sd::SdStatus>& active);
|
||||
|
||||
/**
|
||||
* Mount the specified SD card. This is necessary to use it.
|
||||
@ -113,8 +113,6 @@ public:
|
||||
*/
|
||||
ReturnValue_t unmountSdCard(sd::SdCard sdCard);
|
||||
|
||||
sd::SdCard getPreferedSdCard() const;
|
||||
|
||||
private:
|
||||
SdCardManager();
|
||||
|
||||
|
Reference in New Issue
Block a user