1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-14 20:38:07 +00:00

Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into tow-to-trk

This commit is contained in:
Carles Fernandez
2025-10-28 08:08:59 +01:00
3 changed files with 514 additions and 1823 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -704,20 +704,7 @@ private:
const Beidou_Dnav_Utc_Model& utc_model, const Beidou_Dnav_Utc_Model& utc_model,
const Beidou_Dnav_Iono& beidou_dnav_iono) const; const Beidou_Dnav_Iono& beidou_dnav_iono) const;
void update_obs_header(std::fstream& out, void update_obs_header(std::fstream& out, const std::string& leap_second_line) const;
const Gps_Utc_Model& utc_model) const;
void update_obs_header(std::fstream& out,
const Gps_CNAV_Utc_Model& utc_model) const;
void update_obs_header(std::fstream& out,
const Galileo_Utc_Model& galileo_utc_model) const;
void update_obs_header(std::fstream& out,
const Glonass_Gnav_Utc_Model& glonass_gnav_utc_model) const;
void update_obs_header(std::fstream& out,
const Beidou_Dnav_Utc_Model& utc_model) const;
/* /*
* Generation of RINEX signal strength indicators * Generation of RINEX signal strength indicators

View File

@@ -91,7 +91,7 @@ public:
} }
/*! /*!
* \brief Sets Time of Week, in seconds * \brief Gets GPS Week Number
*/ */
inline int32_t get_GPS_week() const inline int32_t get_GPS_week() const
{ {