1
0
forked from fsfw/fsfw

improvements

This commit is contained in:
2020-05-18 15:42:47 +02:00
parent 767850e125
commit 355bc2b905
5 changed files with 12 additions and 8 deletions

View File

@ -13,8 +13,7 @@ using LocalDataPoolMap = std::map<lp_id_t, PoolEntryIF*>;
using LocalDataPoolMapIter = LocalDataPoolMap::iterator;
/**
* @brief Interface for the local housekeeping managers used by the device
* handler.
* @brief
*/
class HasHkPoolParametersIF {
public:
@ -27,6 +26,4 @@ public:
virtual HousekeepingManager* getHkManagerHandle() = 0;
};
#endif /* FRAMEWORK_DATAPOOL_HASHKPOOLPARAMETERSIF_H_ */