![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
This class implements an ObservablesInterface for observables of all kind of GNSS signals. More...
#include <hybrid_observables.h>
Public Member Functions | |
| HybridObservables (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams) | |
| std::string | role () override |
| std::string | implementation () override |
| Returns "Hybrid_Observables". More... | |
| 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 |
| void | reset () override |
| size_t | item_size () override |
| All blocks must have an item_size() function implementation. More... | |
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... | |
This class implements an ObservablesInterface for observables of all kind of GNSS signals.
Definition at line 43 of file hybrid_observables.h.
|
inlineoverridevirtual |
Returns "Hybrid_Observables".
Implements GNSSBlockInterface.
Definition at line 59 of file hybrid_observables.h.
|
inlineoverridevirtual |
All blocks must have an item_size() function implementation.
Implements GNSSBlockInterface.
Definition at line 75 of file hybrid_observables.h.
1.8.14