![]() |
GNSS-SDR
0.0.14
An Open Source GNSS Software Defined Receiver
|
Class that reads signals samples from a file and adapts it to a SignalSourceInterface. More...
#include <file_signal_source.h>
Public Member Functions | |
| FileSignalSource (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams, Concurrent_Queue< pmt::pmt_t > *queue) | |
| std::string | role () override |
| std::string | implementation () override |
| Returns "File_Signal_Source". More... | |
| size_t | item_size () override |
| void | connect (gr::top_block_sptr top_block) override |
| void | disconnect (gr::top_block_sptr top_block) override |
| gr::basic_block_sptr | get_left_block () override |
| gr::basic_block_sptr | get_right_block () override |
| std::string | filename () const |
| std::string | item_type () const |
| bool | repeat () const |
| int64_t | sampling_frequency () const |
| uint64_t | samples () const |
Public Member Functions inherited from GNSSBlockInterface | |
| virtual gr::basic_block_sptr | get_left_block (int RF_channel) |
| virtual gr::basic_block_sptr | get_right_block (int RF_channel) |
| virtual void | start () |
| Start the flow of samples if needed. More... | |
Class that reads signals samples from a file and adapts it to a SignalSourceInterface.
Definition at line 48 of file file_signal_source.h.
|
inlineoverridevirtual |
Returns "File_Signal_Source".
Implements GNSSBlockInterface.
Definition at line 65 of file file_signal_source.h.
1.8.14