Go to the documentation of this file.
23 #ifndef INCLUDED_MICROTUNE_XXXX_EVAL_BOARD_H
24 #define INCLUDED_MICROTUNE_XXXX_EVAL_BOARD_H
27 #include <boost/shared_ptr.hpp>
47 bool board_present_p ();
52 void set_RF_AGC_voltage (
float volts);
53 void set_IF_AGC_voltage (
float volts);
62 virtual void set_AGC (
float value_0_1000) = 0;
72 bool set_RF_freq (
double freq,
double *actual_freq);
75 double set_RF_freq (
double freq);
85 double get_output_freq ();
89 void write_dac (
int which,
int value);
90 void write_both_dacs (
int val0,
int val1);