mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-18 16:15:21 +00:00
@@ -325,7 +325,6 @@ int32_t Gps_Navigation_Message::subframe_decoder(const char* subframe)
|
||||
i_Toa = i_Toa * ALM_TOA_LSB;
|
||||
SV_Health = static_cast<int32_t>(read_navigation_unsigned(subframe_bits, ALM_SVHEALTH));
|
||||
flag_almanac_valid = true;
|
||||
|
||||
}
|
||||
}
|
||||
if (SV_page_5 == 51) // Page 25 (from Table 20-V. Data IDs and SV IDs in Subframes 4 and 5, IS-GPS-200M)
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
|
||||
#include "GPS_L1_CA.h"
|
||||
#include "gps_ephemeris.h"
|
||||
#include "gps_almanac.h"
|
||||
#include "gps_ephemeris.h"
|
||||
#include "gps_iono.h"
|
||||
#include "gps_utc_model.h"
|
||||
#include <bitset>
|
||||
|
||||
Reference in New Issue
Block a user