aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-12 19:54:42 -0700
committerJosh Blum <josh@joshknows.com>2011-06-14 17:27:47 -0700
commit89fa3291548b2b2c413c9613977db032b5dc048b (patch)
treec15500a1dc4e45d730ec4ed3750eced39bf1a5d6 /host/lib/usrp/usrp1/usrp1_impl.hpp
parent397521fcdbe88d4d797bf9a5bcd2cdb097003ab3 (diff)
downloaduhd-89fa3291548b2b2c413c9613977db032b5dc048b.tar.gz
uhd-89fa3291548b2b2c413c9613977db032b5dc048b.tar.bz2
uhd-89fa3291548b2b2c413c9613977db032b5dc048b.zip
usrp1: super packet handler support squashed
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.hpp')
-rw-r--r--host/lib/usrp/usrp1/usrp1_impl.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp
index fbae2a3b9..bea1dbe3b 100644
--- a/host/lib/usrp/usrp1/usrp1_impl.hpp
+++ b/host/lib/usrp/usrp1/usrp1_impl.hpp
@@ -114,6 +114,9 @@ private:
const uhd::usrp::dboard_id_t &rx_dboard_id
);
+ //!call when the channel mapping is changed
+ void update_xport_channel_mapping(void);
+
//soft time control emulation
uhd::usrp::soft_time_ctrl::sptr _soft_time_ctrl;