generic scheduler function
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
10
mission/core/scheduling.h
Normal file
10
mission/core/scheduling.h
Normal 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
|
Reference in New Issue
Block a user