Robin Mueller
ecb22bdd85
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
10 lines
285 B
C++
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
|