diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-20 18:51:36 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-20 18:51:36 -0700 |
commit | 90465e6bcda596b28ab823e698b078708828da0c (patch) | |
tree | d0289f6f313fea577524fa804f03fe319f9fcbc8 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 8e29df8b3176d966ba2b987f0bbaea108ba8135c (diff) | |
download | uhd-90465e6bcda596b28ab823e698b078708828da0c.tar.gz uhd-90465e6bcda596b28ab823e698b078708828da0c.tar.bz2 uhd-90465e6bcda596b28ab823e698b078708828da0c.zip |
uhd: added async recv message call to device api
implemented in usrp2 io impl
added async metadata type
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index cae1b21d6..2eaf12350 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -235,6 +235,7 @@ public: uhd::rx_metadata_t &, const uhd::io_type_t &, uhd::device::recv_mode_t, size_t ); + bool recv_async_msg(uhd::async_metadata_t &, size_t); private: //device properties interface |