Robin Mueller
99f92a87da
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
7 lines
104 B
C++
7 lines
104 B
C++
#pragma once
|
|
|
|
namespace scheduling {
|
|
void initMission();
|
|
void initTasks();
|
|
}; // namespace initmission
|