1
0
forked from fsfw/fsfw
This commit is contained in:
2020-09-29 14:50:16 +02:00
parent 622c7a5a0d
commit a58e47623f
3 changed files with 14 additions and 7 deletions

View File

@ -34,9 +34,10 @@ public:
ReturnValue_t deleteData(uint8_t* buffer, size_t size,
store_address_t* storeId = nullptr) override;
void setMutexTimeout(uint32_t mutexTimeoutMs);
protected:
//! Default mutex timeout value to prevent permanent blocking.
static constexpr uint32_t mutexTimeout = 50;
uint32_t mutexTimeoutMs = 20;
ReturnValue_t reserveSpace(const uint32_t size, store_address_t* address,
bool ignoreFault) override;