eive-obsw/linux/InitMission.h
Robin Mueller 07d93b6b67
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
schedule PL components differently
2022-11-10 14:08:44 +01:00

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