generic scheduler function
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-11-25 10:37:10 +01:00
parent 073ebb4afe
commit 35cd18240c
6 changed files with 53 additions and 28 deletions

10
mission/core/scheduling.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef EIVE_OBSW_SCHEDULING_H
#define EIVE_OBSW_SCHEDULING_H
class PeriodicTaskIF;
namespace scheduling {
void scheduleRtdSensors(PeriodicTaskIF* periodicTask);
}
#endif // EIVE_OBSW_SCHEDULING_H