mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-09-18 07:00:43 +00:00
Merge branch 'cleanup-rinex-nav-header' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-cleanup-rinex-nav-header
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -176,9 +176,12 @@ private:
|
||||
double seconds);
|
||||
|
||||
/*
|
||||
* Generates the SBAS raw data header
|
||||
* Generates the Navigation Data header
|
||||
*/
|
||||
void rinex_sbs_header(std::fstream& out) const;
|
||||
void rinex_nav_header(std::fstream& out,
|
||||
const std::vector<std::string>& iono_lines,
|
||||
const std::vector<std::string>& time_corr_lines,
|
||||
const std::string& leap_second_line) const;
|
||||
|
||||
/*
|
||||
* Generates the GPS L1 C/A Navigation Data header
|
||||
@@ -376,11 +379,6 @@ private:
|
||||
int& minute,
|
||||
int& second) const;
|
||||
|
||||
/*
|
||||
* Writes raw SBAS messages into the RINEX file
|
||||
*/
|
||||
// void log_rinex_sbs(std::fstream & out, const Sbas_Raw_Msg & sbs_message);
|
||||
|
||||
void update_nav_header(std::fstream& out,
|
||||
const Gps_Utc_Model& utc_model,
|
||||
const Gps_Iono& gps_iono, const Gps_Ephemeris& eph) const;
|
||||
@@ -431,11 +429,6 @@ private:
|
||||
|
||||
void update_obs_header(std::fstream& out, const std::string& leap_second_line) const;
|
||||
|
||||
/*
|
||||
* Generates the data for the PGM / RUN BY / DATE line
|
||||
*/
|
||||
std::string getLocalTime() const;
|
||||
|
||||
const std::map<std::string, std::string> observationType; // PSEUDORANGE, CARRIER_PHASE, DOPPLER, SIGNAL_STRENGTH
|
||||
const std::map<std::string, std::string> observationCode; // GNSS observation descriptors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user