Robin Mueller
b7e4953126
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
16 lines
337 B
C++
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_ */
|