Go to the documentation of this file.
23 #ifndef INCLUDED_NOAA_HRPT_PLL_CF_H
24 #define INCLUDED_NOAA_HRPT_PLL_CF_H
42 static sptr make(
float alpha,
float beta,
float max_offset);
44 virtual void set_alpha(
float alpha) = 0;
45 virtual void set_beta(
float beta) = 0;
46 virtual void set_max_offset(
float max_offset) = 0;