eive-obsw/mission/system/tcs/tcsModeTree.h
Robin Mueller b7e4953126
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
the TCS subsystem does not work on the EM..
2023-07-06 16:00:39 +02:00

16 lines
337 B
C++

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