1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-14 14:17:11 +00:00

Fixes CNAV message files

This commit is contained in:
Carles Fernandez
2016-10-29 12:41:51 +02:00
parent 25a57d5b88
commit 5e24e3d486
2 changed files with 167 additions and 196 deletions

View File

@@ -165,7 +165,7 @@ public:
/*!
* \brief Writes data from the GPS L2 navigation message into the RINEX file
*/
// void log_rinex_nav(std::fstream & out, const std::map<int, Gps_CNAV_Ephemeris> & eph_map);
void log_rinex_nav(std::fstream & out, const std::map<int, Gps_CNAV_Ephemeris> & eph_map);
/*!