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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user