1
0
forked from fsfw/fsfw

updating and cleaning pool files

This commit is contained in:
2020-09-05 21:51:17 +02:00
parent cb970b1883
commit c7606b7b1e
13 changed files with 48 additions and 54 deletions

View File

@ -1,5 +1,6 @@
#ifndef FRAMEWORK_DATAPOOL_HASHKPOOLPARAMETERSIF_H_
#define FRAMEWORK_DATAPOOL_HASHKPOOLPARAMETERSIF_H_
#ifndef FSFW_DATAPOOLLOCAL_HASLOCALDATAPOOLIF_H_
#define FSFW_DATAPOOLLOCAL_HASLOCALDATAPOOLIF_H_
#include "../datapool/PoolEntryIF.h"
#include "../ipc/MessageQueueSenderIF.h"
#include "../housekeeping/HousekeepingMessage.h"
@ -89,4 +90,4 @@ public:
};
};
#endif /* FRAMEWORK_DATAPOOL_HASHKPOOLPARAMETERSIF_H_ */
#endif /* FSFW_DATAPOOLLOCAL_HASLOCALDATAPOOLIF_H_ */