eive-obsw/bsp_hosted/fsfwconfig/pollingsequence/DummyPst.h
Jakob Meier b53bfb9a6f
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
dummy devices
2022-06-16 08:26:40 +02:00

15 lines
264 B
C++

#ifndef POLLINGSEQUENCEFACTORY_H_
#define POLLINGSEQUENCEFACTORY_H_
#include <fsfw/returnvalues/HasReturnvaluesIF.h>
class FixedTimeslotTaskIF;
namespace dummy_pst {
ReturnValue_t pst(FixedTimeslotTaskIF *thisSequence);
}
#endif /* POLLINGSEQUENCEINIT_H_ */