tweaks and logic fixes
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-02-06 10:30:17 +01:00
parent 4d6d4dd44d
commit 1a4dbce350
2 changed files with 6 additions and 9 deletions

View File

@ -67,9 +67,8 @@ class GpsHyperionLinuxController : public ExtendedControllerBase {
uint32_t timeIsConstantCounter = 0;
Countdown timeUpdateCd = Countdown(60);
// Returns true if data was read and function should be called again
// immediately, and false if the gps_waiting blocked for 0.2 seconds
// without new data arriving.
// Returns true if the function should be called again or false if other
// controller handling can be done.
bool readGpsDataFromGpsd();
};