added event for TLE being too old

This commit is contained in:
2023-08-09 13:41:25 +02:00
parent d9879013e6
commit e2cce1cb51
5 changed files with 34 additions and 11 deletions

View File

@ -21,7 +21,7 @@ class Navigation {
AcsParameters *acsParameters);
void resetMekf(acsctrl::MekfData *mekfData);
void useSpg4(timeval now, acsctrl::GpsDataProcessed *gpsDataProcessed);
ReturnValue_t useSpg4(timeval now, acsctrl::GpsDataProcessed *gpsDataProcessed);
ReturnValue_t updateTle(const uint8_t *line1, const uint8_t *line2);
protected: