added gps reset callback
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2021-09-07 16:11:02 +02:00
parent 3b3b2ed8c3
commit f7c6f16777
16 changed files with 1293 additions and 1146 deletions

View File

@ -19,8 +19,12 @@ public:
CookieIF* comCookie, bool debugHyperionGps = false);
virtual ~GPSHyperionHandler();
void setResetPinTriggerFunction(ReturnValue_t (*function) (void*args), void*args);
protected:
ReturnValue_t (*resetPinTrigger) (void* args) = nullptr;
void* resetPinTriggerArgs = nullptr;
enum class InternalStates {
NONE,
WAIT_FIRST_MESSAGE,