1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-08 11:13:03 +00:00

More telemetry global queues migration to GNURadio asynchronous messages

and
some
code cleaning
This commit is contained in:
Javier Arribas
2016-04-13 16:19:15 +02:00
parent b56183f93b
commit 7560a158f0
15 changed files with 144 additions and 306 deletions

View File

@@ -107,7 +107,12 @@ public:
{
return running_;
}
/*!
* \brief Sends a GNURadio asyncronous message from telemetry to PVT
*
* It is used to assist the receiver with external ephemeris data
*/
bool send_telemetry_msg(pmt::pmt_t msg);
private:
void init(); // Populates the SV PRN list available for acquisition and tracking
void set_signals_list();