WIP: develop_update #706

Draft
muellerr wants to merge 710 commits from eive/fsfw:develop_update into development
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 40405fe6c7 - Show all commits

View File

@ -2,8 +2,8 @@
#include "fsfw/FSFW.h"
PoolManager::PoolManager(object_id_t setObjectId, const LocalPoolConfig& localPoolConfig)
: LocalPool(setObjectId, localPoolConfig, true) {
PoolManager::PoolManager(object_id_t setObjectId, const LocalPoolConfig& localPoolConfig, bool spillToHigherPools)
: LocalPool(setObjectId, localPoolConfig, true, spillToHigherPools) {
mutex = MutexFactory::instance()->createMutex();
}

View File

@ -21,7 +21,7 @@
*/
class PoolManager : public LocalPool {
public:
PoolManager(object_id_t setObjectId, const LocalPoolConfig& poolConfig);
PoolManager(object_id_t setObjectId, const LocalPoolConfig& poolConfig, bool spillToHigherPools);
/**
* @brief In the PoolManager's destructor all allocated memory