1
0
forked from fsfw/fsfw

reverted some naming changes

This commit is contained in:
2020-04-07 22:16:43 +02:00
parent c88c6c2a45
commit 30ed08005f
3 changed files with 33 additions and 32 deletions

View File

@ -42,7 +42,8 @@ private:
/**
* \brief This is the actual data pool itself.
* \details It is represented by a map
* with the data pool id as index and a pointer to a single PoolEntry as value.
* with the data pool id as index and a pointer to a single
* PoolEntry as value.
*/
std::map<uint32_t, PoolEntryIF*> data_pool;
public: