GNSS-SDR  0.0.14
An Open Source GNSS Software Defined Receiver
Public Member Functions | List of all members
Rtklib_Pvt Class Reference

This class implements a PvtInterface for the RTKLIB PVT block. More...

#include <rtklib_pvt.h>

Inheritance diagram for Rtklib_Pvt:
PvtInterface GNSSBlockInterface

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_Ephemerisget_gps_ephemeris () const override
 
std::map< int, Galileo_Ephemerisget_galileo_ephemeris () const override
 
std::map< int, Gps_Almanacget_gps_almanac () const override
 
std::map< int, Galileo_Almanacget_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...
 

Detailed Description

This class implements a PvtInterface for the RTKLIB PVT block.

Definition at line 48 of file rtklib_pvt.h.

Member Function Documentation

◆ implementation()

std::string Rtklib_Pvt::implementation ( )
inlineoverridevirtual

Returns "RTKLIB_PVT".

Implements GNSSBlockInterface.

Definition at line 64 of file rtklib_pvt.h.

◆ item_size()

size_t Rtklib_Pvt::item_size ( )
inlineoverridevirtual

All blocks must have an item_size() function implementation.

Implements GNSSBlockInterface.

Definition at line 86 of file rtklib_pvt.h.


The documentation for this class was generated from the following file: