21 #ifndef INCLUDED_FCDPROPLUS_CONTROL_H 22 #define INCLUDED_FCDPROPLUS_CONTROL_H 25 #include <gnuradio/block.h> 29 namespace fcdproplus {
34 typedef boost::shared_ptr<fcdpp_control>
sptr;
44 virtual void set_freq(
float freq) = 0;
50 virtual void set_lna(
int gain) = 0;
56 virtual void set_mixer_gain(
int gain) = 0;
62 virtual void set_if_gain(
int gain)=0;
boost::shared_ptr< fcdpp_control > sptr
Definition: fcdpp_control.h:34
#define FCDPROPLUS_API
Definition: api.h:30
Definition: fcdpp_control.h:31