USRP Hardware Driver and USRP Manual  Version: 3.15.0.HEAD-0-gaea0e2de
UHD and USRP Manual
uhd::gain_fcns_t Struct Reference

#include <uhd/utils/gain_group.hpp>

Public Attributes

boost::function< gain_range_t(void)> get_range
 
boost::function< double(void)> get_value
 
boost::function< void(double)> set_value
 

Detailed Description

A set of function to control a gain element.

Member Data Documentation

◆ get_range

boost::function<gain_range_t(void)> uhd::gain_fcns_t::get_range

◆ get_value

boost::function<double(void)> uhd::gain_fcns_t::get_value

◆ set_value

boost::function<void(double)> uhd::gain_fcns_t::set_value

The documentation for this struct was generated from the following file: