34 typedef std::shared_ptr<gain_group>
sptr;
45 virtual gain_range_t get_range(
const std::string& name =
"") = 0;
53 virtual double get_value(
const std::string& name =
"") = 0;
63 virtual void set_value(
double gain,
const std::string& name =
"") = 0;
70 virtual const std::vector<std::string> get_names(
void) = 0;
86 virtual void register_fcns(
87 const std::string& name,
const gain_fcns_t& gain_fcns,
size_t priority = 0) = 0;
93 static sptr make(
void);
99 static sptr make_zero();
std::function< double(void)> get_value
Definition: gain_group.hpp:27
Definition: gain_group.hpp:24
boost::noncopyable noncopyable
Definition: noncopyable.hpp:45
std::function< gain_range_t(void)> get_range
Definition: gain_group.hpp:26
std::shared_ptr< gain_group > sptr
Definition: gain_group.hpp:34
Definition: build_info.hpp:12
std::function< void(double)> set_value
Definition: gain_group.hpp:28
#define UHD_API
Definition: config.h:87
Definition: gain_group.hpp:31