2022-06-16 08:26:40 +02:00
|
|
|
#ifndef POLLINGSEQUENCEFACTORY_H_
|
|
|
|
#define POLLINGSEQUENCEFACTORY_H_
|
|
|
|
|
2022-08-24 17:27:47 +02:00
|
|
|
#include <fsfw/returnvalues/returnvalue.h>
|
2022-06-16 08:26:40 +02:00
|
|
|
|
|
|
|
class FixedTimeslotTaskIF;
|
|
|
|
|
|
|
|
namespace dummy_pst {
|
|
|
|
|
|
|
|
ReturnValue_t pst(FixedTimeslotTaskIF *thisSequence);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* POLLINGSEQUENCEINIT_H_ */
|