clean up op done
This commit is contained in:
11
mission/scheduling.h
Normal file
11
mission/scheduling.h
Normal file
@ -0,0 +1,11 @@
|
||||
#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
|
Reference in New Issue
Block a user