From 027cfcb163451d76c1fb711e0ae1fadf064dc996 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 29 Jan 2010 16:07:14 -0800 Subject: added utility convenience tune function (wip) --- include/usrp_uhd/device.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/usrp_uhd/device.hpp') diff --git a/include/usrp_uhd/device.hpp b/include/usrp_uhd/device.hpp index 3ef4a79cf..73f28e2cd 100644 --- a/include/usrp_uhd/device.hpp +++ b/include/usrp_uhd/device.hpp @@ -11,8 +11,8 @@ #include #include #include -#include #include +#include namespace usrp_uhd{ @@ -26,9 +26,9 @@ public: typedef boost::shared_ptr sptr; //argument types for send and recv raw methods - //the send args is convertable to a boost asio buffer + //the send args is a vector of the boost asio buffers //the recv args is a callback that takes a boost asio buffer - typedef boost::asio::const_buffer send_args_t; + typedef std::vector send_args_t; typedef boost::function recv_args_t; //structors -- cgit v1.2.3