continue satsytem for EM
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2023-02-13 13:53:13 +01:00
parent 59a0a74032
commit 97a001a1da
13 changed files with 92 additions and 65 deletions

12
dummies/GpsCtrlDummy.h Normal file
View File

@ -0,0 +1,12 @@
#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_ */