fsfw-example-stm32h7-freertos/bsp_stm32h7_freertos/fsfwconfig/pollingsequence/pollingSequenceFactory.h

15 lines
421 B
C
Raw Normal View History

2021-07-12 21:50:48 +02:00
#ifndef POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_
#define POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_
2021-07-12 23:33:05 +02:00
#include "OBSWConfig.h"
2021-07-12 21:50:48 +02:00
#include <fsfw/returnvalues/HasReturnvaluesIF.h>
class FixedTimeslotTaskIF;
namespace pst {
ReturnValue_t pollingSequenceExamples(FixedTimeslotTaskIF *thisSequence);
ReturnValue_t pollingSequenceDevices(FixedTimeslotTaskIF* thisSequence);
}
#endif /* POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_ */