Robin Mueller
447c4d5c88
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
15 lines
258 B
C++
15 lines
258 B
C++
#ifndef POLLINGSEQUENCEFACTORY_H_
|
|
#define POLLINGSEQUENCEFACTORY_H_
|
|
|
|
#include <fsfw/returnvalues/returnvalue.h>
|
|
|
|
class FixedTimeslotTaskIF;
|
|
|
|
namespace dummy_pst {
|
|
|
|
ReturnValue_t pst(FixedTimeslotTaskIF *thisSequence);
|
|
|
|
}
|
|
|
|
#endif /* POLLINGSEQUENCEINIT_H_ */
|