eive-obsw/mission/system/tree/tcsModeTree.h
Robin Mueller 3759b5d34a
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
I am happy with this version
2023-02-13 01:26:30 +01:00

16 lines
322 B
C++

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