![]() |
GNSS-SDR
0.0.13
An Open Source GNSS Software Defined Receiver
|
This class represents a GNSS channel. It wraps an AcquisitionInterface, a Tracking Interface and a TelemetryDecoderInterface, and handles their interaction through a Finite State Machine. More...
#include <channel.h>
Public Member Functions | |
| Channel (const ConfigurationInterface *configuration, uint32_t channel, std::shared_ptr< AcquisitionInterface > acq, std::shared_ptr< TrackingInterface > trk, std::shared_ptr< TelemetryDecoderInterface > nav, const std::string &role, const std::string &signal_str, Concurrent_Queue< pmt::pmt_t > *queue) | |
| Constructor. More... | |
| ~Channel ()=default | |
| Destructor. More... | |
| void | connect (gr::top_block_sptr top_block) override |
| connects the tracking block to the top_block and to the telemetry More... | |
| void | disconnect (gr::top_block_sptr top_block) override |
| gr::basic_block_sptr | get_left_block () override |
| gets the gnuradio tracking block pointer More... | |
| gr::basic_block_sptr | get_left_block_trk () override |
| gets the gnuradio tracking block pointer More... | |
| gr::basic_block_sptr | get_left_block_acq () override |
| gets the gnuradio tracking block pointer More... | |
| gr::basic_block_sptr | get_right_block () override |
| std::string | role () override |
| std::string | implementation () override |
| Returns "Channel". More... | |
| size_t | item_size () override |
| Gnss_Signal | get_signal () const override |
| void | start_acquisition () override |
| Start the State Machine. More... | |
| void | stop_channel () override |
| Stop the State Machine. More... | |
| void | set_signal (const Gnss_Signal &gnss_signal_) override |
| Sets the channel GNSS signal. More... | |
| void | assist_acquisition_doppler (double Carrier_Doppler_hz) override |
| std::shared_ptr< AcquisitionInterface > | acquisition () const |
| std::shared_ptr< TrackingInterface > | tracking () const |
| std::shared_ptr< TelemetryDecoderInterface > | telemetry () const |
| void | msg_handler_events (pmt::pmt_t msg) |
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) |
This class represents a GNSS channel. It wraps an AcquisitionInterface, a Tracking Interface and a TelemetryDecoderInterface, and handles their interaction through a Finite State Machine.
| Channel::Channel | ( | const ConfigurationInterface * | configuration, |
| uint32_t | channel, | ||
| std::shared_ptr< AcquisitionInterface > | acq, | ||
| std::shared_ptr< TrackingInterface > | trk, | ||
| std::shared_ptr< TelemetryDecoderInterface > | nav, | ||
| const std::string & | role, | ||
| const std::string & | signal_str, | ||
| Concurrent_Queue< pmt::pmt_t > * | queue | ||
| ) |
Constructor.
|
default |
Destructor.
|
overridevirtual |
connects the tracking block to the top_block and to the telemetry
Implements GNSSBlockInterface.
|
overridevirtual |
gets the gnuradio tracking block pointer
Implements ChannelInterface.
|
overridevirtual |
gets the gnuradio tracking block pointer
Implements ChannelInterface.
|
overridevirtual |
gets the gnuradio tracking block pointer
Implements ChannelInterface.
|
inlineoverridevirtual |
|
overridevirtual |
Sets the channel GNSS signal.
Implements ChannelInterface.
|
overridevirtual |
Start the State Machine.
Implements ChannelInterface.
|
overridevirtual |
Stop the State Machine.
Implements ChannelInterface.
1.8.14