eive-obsw/mission/system/payload/payloadModeTree.h
Robin Mueller 6cc1d86018
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
add new payload module
2024-04-09 13:19:52 +02:00

18 lines
352 B
C++

#ifndef MISSION_SYSTEM_TREE_PAYLOADMODETREE_H_
#define MISSION_SYSTEM_TREE_PAYLOADMODETREE_H_
#include <mission/system/objects/PayloadSubsystem.h>
namespace satsystem {
namespace payload {
extern PayloadSubsystem SUBSYSTEM;
Subsystem& init();
} // namespace payload
} // namespace satsystem
#endif /* MISSION_SYSTEM_TREE_PAYLOADMODETREE_H_ */