2021-07-16 11:10:39 +02:00
|
|
|
#ifndef POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_
|
|
|
|
#define POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_
|
|
|
|
|
|
|
|
#include "OBSWConfig.h"
|
|
|
|
#include "fsfw/returnvalues/HasReturnvaluesIF.h"
|
|
|
|
|
|
|
|
class FixedTimeslotTaskIF;
|
|
|
|
|
|
|
|
namespace pst {
|
|
|
|
ReturnValue_t pstPeripheralsTest(FixedTimeslotTaskIF *thisSequence);
|
|
|
|
ReturnValue_t pollingSequenceExamples(FixedTimeslotTaskIF *thisSequence);
|
2022-05-27 02:17:19 +02:00
|
|
|
ReturnValue_t pollingSequenceDevices(FixedTimeslotTaskIF *thisSequence);
|
|
|
|
} // namespace pst
|
2021-07-16 11:10:39 +02:00
|
|
|
|
|
|
|
#endif /* POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_ */
|