eive-obsw/linux/scheduling.h
Robin Mueller 7fb689b451
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
it was not the #pragma once
2022-11-15 17:22:28 +01:00

10 lines
279 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