start to manually transfer com mode tree from old PR
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

This commit is contained in:
2023-01-26 17:18:05 +01:00
parent 241da2c591
commit 7182d9b8cc
4 changed files with 129 additions and 1 deletions

View File

@ -0,0 +1,16 @@
#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_ */