Subsystem Update #306

Merged
gaisser merged 9 commits from KSat/fsfw:mueller/subsyste-update into development 2020-12-15 15:16:59 +01:00
Showing only changes of commit 9d5ac16398 - Show all commits

View File

@ -1,14 +1,15 @@
#ifndef MODESTORE_H_
#define MODESTORE_H_
#ifndef FSFW_SUBSYSTEM_MODES_MODESTORE_H_
#define FSFW_SUBSYSTEM_MODES_MODESTORE_H_
#include <FSFWConfig.h>
#if FSFW_USE_MODESTORE == 1
#include "ModeStoreIF.h"
#include "../../container/ArrayList.h"
#include "../../container/SinglyLinkedList.h"
#include "../../objectmanager/SystemObject.h"
#include "../../subsystem/modes/ModeStoreIF.h"
class ModeStore: public ModeStoreIF, public SystemObject {
public:
@ -43,5 +44,5 @@ private:
#endif
#endif /* MODESTORE_H_ */
#endif /* FSFW_SUBSYSTEM_MODES_MODESTORE_H_ */