eive-obsw/mission/core/scheduling.h
Robin Mueller e223a6eac0
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
some dumb warning remaining
2022-11-25 10:47:23 +01:00

12 lines
283 B
C++

#ifndef EIVE_OBSW_SCHEDULING_H
#define EIVE_OBSW_SCHEDULING_H
class PeriodicTaskIF;
namespace scheduling {
void scheduleTmpTempSensors(PeriodicTaskIF* tmpSensors);
void scheduleRtdSensors(PeriodicTaskIF* periodicTask);
} // namespace scheduling
#endif // EIVE_OBSW_SCHEDULING_H