eive-obsw/mission/system/tree/comModeTree.h
Robin Mueller 7182d9b8cc
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
start to manually transfer com mode tree from old PR
2023-01-26 17:18:05 +01:00

17 lines
285 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 satsystem
#endif /* MISSION_SYSTEM_TREE_COMMODETREE_H_ */