GNU Radio's SATNOGS Package
|
Base class of the Doppler Correction. More...
#include <doppler_correction.h>
Public Types | |
using | sptr = std::shared_ptr< doppler_correction > |
Public Member Functions | |
doppler_correction (const std::string &name) | |
const std::string & | name () const |
virtual void | start ()=0 |
virtual void | stop ()=0 |
virtual double | offset ()=0 |
virtual void | reset ()=0 |
Base class of the Doppler Correction.
This class provides the API for a generalized Doppler correction. Different correction schemes can be implemented and easily used.
using gr::satnogs::doppler_correction::sptr = std::shared_ptr<doppler_correction> |
|
inline |
|
inline |
|
pure virtual |
Implemented in gr::satnogs::dummy_doppler_correction, and gr::satnogs::rigctl_doppler_correction.
|
pure virtual |
Implemented in gr::satnogs::dummy_doppler_correction, and gr::satnogs::rigctl_doppler_correction.
|
pure virtual |
Implemented in gr::satnogs::dummy_doppler_correction, and gr::satnogs::rigctl_doppler_correction.
|
pure virtual |
Implemented in gr::satnogs::dummy_doppler_correction, and gr::satnogs::rigctl_doppler_correction.