mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-14 14:17:11 +00:00
@@ -325,7 +325,6 @@ int32_t Gps_Navigation_Message::subframe_decoder(const char* subframe)
|
|||||||
i_Toa = i_Toa * ALM_TOA_LSB;
|
i_Toa = i_Toa * ALM_TOA_LSB;
|
||||||
SV_Health = static_cast<int32_t>(read_navigation_unsigned(subframe_bits, ALM_SVHEALTH));
|
SV_Health = static_cast<int32_t>(read_navigation_unsigned(subframe_bits, ALM_SVHEALTH));
|
||||||
flag_almanac_valid = true;
|
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)
|
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_L1_CA.h"
|
||||||
#include "gps_ephemeris.h"
|
|
||||||
#include "gps_almanac.h"
|
#include "gps_almanac.h"
|
||||||
|
#include "gps_ephemeris.h"
|
||||||
#include "gps_iono.h"
|
#include "gps_iono.h"
|
||||||
#include "gps_utc_model.h"
|
#include "gps_utc_model.h"
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
|
|||||||
Reference in New Issue
Block a user