command message cleaner include fix

This commit is contained in:
Robin Müller 2021-07-19 18:29:57 +02:00
parent d4f5c31881
commit ce93b9220e
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 4 additions and 1 deletions

View File

@ -8,5 +8,6 @@
#cmakedefine FSFW_ADD_TMSTORAGE
#cmakedefine FSFW_ADD_COORDINATES
#cmakedefine FSFW_ADD_PUS
#cmakedefine FSFW_ADD_MONITORING
#endif /* FSFW_FSFW_H_ */

View File

@ -8,9 +8,11 @@
#include "fsfw/modes/ModeMessage.h"
#include "fsfw/monitoring/MonitoringMessage.h"
#include "fsfw/subsystem/modes/ModeSequenceMessage.h"
#include "fsfw/tmstorage/TmStoreMessage.h"
#include "fsfw/housekeeping/HousekeepingMessage.h"
#include "fsfw/parameters/ParameterMessage.h"
#ifdef FSFW_ADD_TMSTORAGE
#include "fsfw/tmstorage/TmStoreMessage.h"
#endif
void CommandMessageCleaner::clearCommandMessage(CommandMessage* message) {
switch(message->getMessageType()){