eive-obsw/linux/scheduling.h
Robin Mueller 99f92a87da
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
rename scheduling file
2022-11-15 17:03:46 +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