Robin Mueller
23cfe3aa69
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
13 lines
330 B
C++
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
|