22#ifndef DOPPLER_CORRECTION_H
23#define DOPPLER_CORRECTION_H
41 using sptr = std::shared_ptr<doppler_correction>;
45 const std::string&
name()
const {
return m_name; }
56 const std::string m_name;
#define SATNOGS_API
Definition: api.h:19
Base class of the Doppler Correction.
Definition: doppler_correction.h:39
std::shared_ptr< doppler_correction > sptr
Definition: doppler_correction.h:41
virtual double offset()=0
const std::string & name() const
Definition: doppler_correction.h:45
doppler_correction(const std::string &name)
Definition: doppler_correction.h:43
Definition: amsat_duv_decoder.h:29