1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 03:14:56 +00:00

clang-formt

Signed-off-by: joebre <joel.brenner@saphyrion.ch>
This commit is contained in:
joebre 2025-01-21 15:50:01 +01:00 committed by Carles Fernandez
parent acae99cb5c
commit 4b2e5661cf
3 changed files with 34 additions and 35 deletions

View File

@ -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)

View File

@ -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>