![]() |
GNSS-SDR
0.0.14
An Open Source GNSS Software Defined Receiver
|
Public Member Functions | |
| Ad9361FpgaSignalSource (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_stream, unsigned int out_stream, Concurrent_Queue< pmt::pmt_t > *queue) | |
| void | start () override |
| Start the flow of samples if needed. More... | |
| std::string | role () override |
| std::string | implementation () override |
| Returns "Ad9361_Fpga_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 |
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) |
Definition at line 41 of file ad9361_fpga_signal_source.h.
|
inlineoverridevirtual |
Returns "Ad9361_Fpga_Signal_Source".
Implements GNSSBlockInterface.
Definition at line 60 of file ad9361_fpga_signal_source.h.
|
overridevirtual |
Start the flow of samples if needed.
Reimplemented from GNSSBlockInterface.
1.8.14