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