Robin Mueller
b7e4953126
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
15 lines
275 B
C++
15 lines
275 B
C++
#ifndef MISSION_SYSTEM_TREE_SYSTEM_H_
|
|
#define MISSION_SYSTEM_TREE_SYSTEM_H_
|
|
|
|
#include <mission/system/EiveSystem.h>
|
|
|
|
namespace satsystem {
|
|
|
|
void init(bool commandPlPcdu1);
|
|
|
|
extern EiveSystem EIVE_SYSTEM;
|
|
|
|
} // namespace satsystem
|
|
|
|
#endif /* MISSION_SYSTEM_TREE_SYSTEM_H_ */
|