19#ifndef GNSS_SDR_FILE_TIMESTAMP_SIGNAL_SOURCE_H
20#define GNSS_SDR_FILE_TIMESTAMP_SIGNAL_SOURCE_H
41 unsigned int in_streams,
unsigned int out_streams,
44 ~FileTimestampSignalSource() =
default;
49 gnss_shared_ptr<gr::block>
source()
const override;
50 void create_file_source_hook()
override;
51 void pre_connect_hook(gr::top_block_sptr top_block)
override;
52 void pre_disconnect_hook(gr::top_block_sptr top_block)
override;
55 gnss_shared_ptr<Gnss_Sdr_Timestamp> timestamp_block_;
56 std::string timestamp_file_;
57 double timestamp_clock_offset_ms_;
This class implements a thread-safe std::queue.
This abstract class represents an interface to configuration parameters.
FileSourceBase(ConfigurationInterface const *configuration, std::string const &role, std::string impl, Concurrent_Queue< pmt::pmt_t > *queue, std::string default_item_type="short")
Constructor.
gnss_shared_ptr< gr::block > source() const override
Abstracted front-end source. Sub-classes may override if they create specialized chains to decode sou...
This class represents an interface to configuration parameters.
Header file of the base class to file-oriented signal_source GNSS blocks.
GNURadio block that adds to sample stream timestamp metadata information stored on a sepparated file.