eive-obsw/dummies/GpsCtrlDummy.h
Robin Mueller 97a001a1da
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
continue satsytem for EM
2023-02-13 13:53:13 +01:00

13 lines
266 B
C++

#ifndef DUMMIES_GPSCTRLDUMMY_H_
#define DUMMIES_GPSCTRLDUMMY_H_
#include <fsfw/controller/ExtendedControllerBase.h>
class GpsCtrlDummy: public ExtendedControllerBase {
public:
GpsCtrlDummy(object_id_t objectId);
private:
};
#endif /* DUMMIES_GPSCTRLDUMMY_H_ */