eive-obsw/linux/InitMission.h

10 lines
279 B
C
Raw Normal View History

#pragma once
#include <fsfw/tasks/TaskFactory.h>
namespace scheduling {
2022-09-27 18:54:48 +02:00
void schedulingScex(TaskFactory& factory, PeriodicTaskIF*& scexDevHandler,
PeriodicTaskIF*& scexReaderTask);
2022-11-10 14:08:44 +01:00
void addMpsocSupvHandlers(PeriodicTaskIF* task);
} // namespace scheduling