1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-31 07:13:03 +00:00

Adding an improved receiver time reporting system

This commit is contained in:
Javier Arribas
2017-05-02 12:01:18 +02:00
parent 5581b2f888
commit c3c3266fad
5 changed files with 140 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
#include <gnuradio/msg_queue.h>
#include "GPS_L1_CA.h"
#include "gnss_signal.h"
#include "gnss_sdr_sample_counter.h"
class GNSSBlockInterface;
class ChannelInterface;
@@ -136,6 +137,7 @@ private:
std::shared_ptr<GNSSBlockInterface> pvt_;
std::vector<std::shared_ptr<ChannelInterface>> channels_;
gnss_sdr_sample_counter_sptr ch_out_sample_counter;
gr::top_block_sptr top_block_;
boost::shared_ptr<gr::msg_queue> queue_;
std::list<Gnss_Signal> available_GNSS_signals_;