1
0
forked from fsfw/fsfw

init commit

This commit is contained in:
2020-10-15 13:43:23 +02:00
parent 335e146735
commit 73215baf11
8 changed files with 612 additions and 107 deletions

View File

@ -20,9 +20,7 @@ class StorageManagerIF;
*/
class ConstStorageAccessor {
//! StorageManager classes have exclusive access to private variables.
template<uint8_t NUMBER_OF_POOLS>
friend class PoolManager;
template<uint8_t NUMBER_OF_POOLS>
friend class LocalPool;
public:
/**