1
0
forked from fsfw/fsfw

renamed receivers list, functions protected

This commit is contained in:
2021-03-01 12:26:16 +01:00
parent 458d783211
commit 2b6ccbc17f
2 changed files with 11 additions and 9 deletions

View File

@ -271,7 +271,9 @@ public:
MutexIF* getMutexHandle();
virtual LocalDataPoolManager* getPoolManagerHandle() override;
private:
protected:
localpool::DataPool localPoolMap;
/** Every housekeeping data manager has a mutex to protect access
to it's data pool. */
@ -307,7 +309,7 @@ private:
/** This vector will contain the list of HK receivers. */
using HkReceivers = std::vector<struct HkReceiver>;
HkReceivers hkReceiversMap;
HkReceivers hkReceivers;
struct HkUpdateResetHelper {
DataType dataType = DataType::DATA_SET;