eive-obsw/mission/system/tree/payloadModeTree.h
Robin Mueller 62eb39923f
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
add eive system first impl
2023-02-10 17:52:46 +01:00

18 lines
342 B
C++

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