summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-07-24 00:02:10 -0700
committerJosh Blum <josh@joshknows.com>2010-07-27 15:45:49 -0700
commit9775ddc5215b0d5c950757ac6ae1d3226784f670 (patch)
tree7470220a884756b04bdf35c7e50c412eccc604d5 /host/include
parentc2b97490b7920f67d7522a1640b9c53b014a5349 (diff)
downloaduhd-9775ddc5215b0d5c950757ac6ae1d3226784f670.tar.gz
uhd-9775ddc5215b0d5c950757ac6ae1d3226784f670.tar.bz2
uhd-9775ddc5215b0d5c950757ac6ae1d3226784f670.zip
usrp: added gain group support usrp2 dboard and to wrapper implementations
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/usrp/dboard_props.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/include/uhd/usrp/dboard_props.hpp b/host/include/uhd/usrp/dboard_props.hpp
index fcccb5492..e2c0f9c7b 100644
--- a/host/include/uhd/usrp/dboard_props.hpp
+++ b/host/include/uhd/usrp/dboard_props.hpp
@@ -34,7 +34,8 @@ namespace uhd{ namespace usrp{
DBOARD_PROP_USED_SUBDEVS = 'u', //ro, prop_names_t
DBOARD_PROP_DBOARD_ID = 'i', //rw, dboard_id_t
DBOARD_PROP_DBOARD_IFACE = 'f', //ro, dboard_iface::sptr
- DBOARD_PROP_CODEC = 'c' //ro, wax::obj
+ DBOARD_PROP_CODEC = 'c', //ro, wax::obj
+ DBOARD_PROP_GAIN_GROUP = 'g' //ro, gain_group
};
}} //namespace