eive-obsw/linux/InitMission.h
Irini Kosmidou 308a855d8c
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
bugfix for scex testcode
2022-09-27 18:54:48 +02:00

8 lines
204 B
C++

#pragma once
#include <fsfw/tasks/TaskFactory.h>
namespace scheduling {
void schedulingScex(TaskFactory& factory, PeriodicTaskIF*& scexDevHandler,
PeriodicTaskIF*& scexReaderTask);
}