eive-obsw/mission/system/tree/payloadModeTree.h

18 lines
314 B
C
Raw Normal View History

2022-04-25 13:36:11 +02:00
#ifndef MISSION_SYSTEM_TREE_PAYLOADMODETREE_H_
#define MISSION_SYSTEM_TREE_PAYLOADMODETREE_H_
2022-11-10 15:39:08 +01:00
#include <fsfw/subsystem/Subsystem.h>
2022-04-25 13:36:11 +02:00
namespace satsystem {
namespace pl {
2022-11-10 15:39:08 +01:00
extern Subsystem SUBSYSTEM;
2022-04-25 13:36:11 +02:00
void init();
2022-11-10 15:39:08 +01:00
} // namespace pl
2022-04-25 13:36:11 +02:00
} // namespace satsystem
#endif /* MISSION_SYSTEM_TREE_PAYLOADMODETREE_H_ */