eive-obsw/linux/InitMission.h

8 lines
204 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);
}