eive-obsw/mission/system/tree/payloadModeTree.h
Robin Mueller d690a54005
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
connect payload children to subsystem
2022-11-10 15:39:08 +01:00

18 lines
314 B
C++

#ifndef MISSION_SYSTEM_TREE_PAYLOADMODETREE_H_
#define MISSION_SYSTEM_TREE_PAYLOADMODETREE_H_
#include <fsfw/subsystem/Subsystem.h>
namespace satsystem {
namespace pl {
extern Subsystem SUBSYSTEM;
void init();
} // namespace pl
} // namespace satsystem
#endif /* MISSION_SYSTEM_TREE_PAYLOADMODETREE_H_ */