1
0
forked from fsfw/fsfw

using long name now

This commit is contained in:
2020-12-14 22:56:30 +01:00
parent e06b15cb9c
commit 93842bb913
4 changed files with 50 additions and 50 deletions

View File

@ -48,7 +48,7 @@ class HousekeepingPacketUpdate;
* @author R. Mueller
*/
class LocalDataPoolManager {
template<typename T> friend class LocalPoolVar;
template<typename T> friend class LocalPoolVariable;
template<typename T, uint16_t vecSize> friend class LocalPoolVector;
friend class LocalPoolDataSetBase;
friend void (Factory::setStaticFrameworkObjectIds)();