Robin Mueller
e46b4c51d5
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
15 lines
301 B
C++
15 lines
301 B
C++
#ifndef MISSION_SYSTEM_TREE_TCSMODETREE_H_
|
|
#define MISSION_SYSTEM_TREE_TCSMODETREE_H_
|
|
#include <fsfw/subsystem/Subsystem.h>
|
|
|
|
namespace satsystem {
|
|
namespace tcs {
|
|
|
|
extern Subsystem SUBSYSTEM;
|
|
void init();
|
|
|
|
} // namespace tcs
|
|
} // namespace satsystem
|
|
|
|
#endif /* MISSION_SYSTEM_TREE_TCSMODETREE_H_ */
|