Robin Mueller
62eb39923f
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
17 lines
323 B
C++
17 lines
323 B
C++
#ifndef MISSION_SYSTEM_TREE_COMMODETREE_H_
|
|
#define MISSION_SYSTEM_TREE_COMMODETREE_H_
|
|
|
|
#include <mission/system/objects/ComSubsystem.h>
|
|
|
|
namespace satsystem {
|
|
|
|
namespace com {
|
|
extern ComSubsystem SUBSYSTEM;
|
|
|
|
Subsystem& init();
|
|
} // namespace com
|
|
|
|
} // namespace satsystem
|
|
|
|
#endif /* MISSION_SYSTEM_TREE_COMMODETREE_H_ */
|