diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-12 19:54:42 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-14 17:27:47 -0700 |
commit | 89fa3291548b2b2c413c9613977db032b5dc048b (patch) | |
tree | c15500a1dc4e45d730ec4ed3750eced39bf1a5d6 /host/lib/usrp/usrp1/usrp1_impl.hpp | |
parent | 397521fcdbe88d4d797bf9a5bcd2cdb097003ab3 (diff) | |
download | uhd-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.hpp | 3 |
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; |