eive-obsw/linux/scheduling.h
Robin Mueller ecb22bdd85
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
further cut down the number of threads
2023-02-14 11:32:03 +01:00

10 lines
285 B
C++

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