added gps reset callback
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user