Merge remote-tracking branch 'origin/develop' into periodic_hk_helper_simplification

This commit is contained in:
Robin Müller 2023-03-14 18:23:57 +01:00
commit afbe5e1f65
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
3 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Rename FW subsystem ID from `PCDU_2` to `POWER_SYSTEM_IF`.
- Add new `SWITCH_UNKNOWN` returnvalue in `PowerSwitchIF`.
- Simplify `PeriodicHousekeepingHelper`: No non-diagnostic handling
- Pool Manager now allows enabling the `spillToHigherPools` option.
# [v6.0.0]

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