![]() |
GNSS-SDR
0.0.14
An Open Source GNSS Software Defined Receiver
|
This class implements a PvtInterface for the RTKLIB PVT block. More...
#include <rtklib_pvt.h>
Public Member Functions | |
| Rtklib_Pvt (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams) | |
| std::string | role () override |
| std::string | implementation () override |
| Returns "RTKLIB_PVT". More... | |
| void | clear_ephemeris () override |
| std::map< int, Gps_Ephemeris > | get_gps_ephemeris () const override |
| std::map< int, Galileo_Ephemeris > | get_galileo_ephemeris () const override |
| std::map< int, Gps_Almanac > | get_gps_almanac () const override |
| std::map< int, Galileo_Almanac > | get_galileo_almanac () const 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 |
| void | reset () override |
| size_t | item_size () override |
| All blocks must have an item_size() function implementation. More... | |
| bool | get_latest_PVT (double *longitude_deg, double *latitude_deg, double *height_m, double *ground_speed_kmh, double *course_over_ground_deg, time_t *UTC_time) 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) |
| virtual void | start () |
| Start the flow of samples if needed. More... | |
This class implements a PvtInterface for the RTKLIB PVT block.
Definition at line 48 of file rtklib_pvt.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
All blocks must have an item_size() function implementation.
Implements GNSSBlockInterface.
Definition at line 86 of file rtklib_pvt.h.
1.8.14