eive-obsw/linux/InitMission.h
Robin Mueller b9f4a7be0c
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
dumb undefined reference
2022-11-15 16:59:33 +01:00

11 lines
280 B
C++

#pragma once
#include <fsfw/tasks/TaskFactory.h>
namespace scheduling {
void schedulingScex(TaskFactory& factory, PeriodicTaskIF*& scexDevHandler,
PeriodicTaskIF*& scexReaderTask);
void addMpsocSupvHandlers(PeriodicTaskIF* task);
} // namespace scheduling