cleaning up
This commit is contained in:
@ -1,21 +0,0 @@
|
||||
#ifndef FSFW_DATAPOOLLOCAL_ACCESSLOCALDATAPOOLIF_H_
|
||||
#define FSFW_DATAPOOLLOCAL_ACCESSLOCALDATAPOOLIF_H_
|
||||
|
||||
#include <fsfw/datapoollocal/LocalDataPoolManager.h>
|
||||
|
||||
|
||||
//class AccessLocalDataPoolIF {
|
||||
//public:
|
||||
// virtual ~AccessLocalDataPoolIF() {};
|
||||
//
|
||||
//protected:
|
||||
//
|
||||
// template <class T> ReturnValue_t fetchPoolEntry(LocalDataPoolManager& manager,
|
||||
// lp_id_t localPoolId, PoolEntry<T> **poolEntry) {
|
||||
// return manager.fetchPoolEntry(localPoolId, poolEntry);
|
||||
// }
|
||||
//
|
||||
//};
|
||||
|
||||
|
||||
#endif /* FSFW_DATAPOOLLOCAL_ACCESSLOCALDATAPOOLIF_H_ */
|
@ -123,7 +123,7 @@ public:
|
||||
* which allows subscriptions to dataset and variable updates.
|
||||
* @return
|
||||
*/
|
||||
virtual ProvidesDataPoolSubscriptionIF* getSubsciptionInterface() = 0;
|
||||
virtual ProvidesDataPoolSubscriptionIF* getSubscriptionInterface() = 0;
|
||||
protected:
|
||||
|
||||
/**
|
||||
|
@ -54,10 +54,7 @@ class LocalDataPoolManager: public ProvidesDataPoolSubscriptionIF {
|
||||
template<typename T> friend class LocalPoolVariable;
|
||||
template<typename T, uint16_t vecSize> friend class LocalPoolVector;
|
||||
friend class LocalPoolDataSetBase;
|
||||
//friend class AccessLocalDataPoolIF;
|
||||
friend void (Factory::setStaticFrameworkObjectIds)();
|
||||
|
||||
|
||||
public:
|
||||
static constexpr uint8_t INTERFACE_ID = CLASS_ID::HOUSEKEEPING_MANAGER;
|
||||
|
||||
|
Reference in New Issue
Block a user