Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
17 lines
303 B
C++
17 lines
303 B
C++
#ifndef MISSION_SYSTEM_TREE_COMMODETREE_H_
|
|
#define MISSION_SYSTEM_TREE_COMMODETREE_H_
|
|
|
|
#include <fsfw/subsystem/Subsystem.h>
|
|
|
|
namespace satsystem {
|
|
|
|
namespace com {
|
|
extern Subsystem SUBSYSTEM;
|
|
|
|
void init();
|
|
} // namespace com
|
|
|
|
} // namespace satsystem
|
|
|
|
#endif /* MISSION_SYSTEM_TREE_COMMODETREE_H_ */
|