eive-obsw/linux/scheduling.h
Robin Mueller 23cfe3aa69
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
unbelievable
2022-11-15 17:15:14 +01:00

13 lines
330 B
C++

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