8 #ifndef INCLUDED_UHD_STREAM_HPP     9 #define INCLUDED_UHD_STREAM_HPP    16 #include <boost/shared_ptr.hpp>    17 #include <boost/utility.hpp>   172     typedef boost::shared_ptr<rx_streamer> 
sptr;
   177     virtual size_t get_num_channels(
void) 
const = 0;
   180     virtual size_t get_max_num_samps(
void) 
const = 0;
   219     virtual size_t recv(
const buffs_type& buffs,
   220         const size_t nsamps_per_buff,
   222         const double timeout  = 0.1,
   223         const bool one_packet = 
false) = 0;
   236     virtual void issue_stream_cmd(
const stream_cmd_t& stream_cmd) = 0;
   247     typedef boost::shared_ptr<tx_streamer> 
sptr;
   252     virtual size_t get_num_channels(
void) 
const = 0;
   255     virtual size_t get_max_num_samps(
void) 
const = 0;
   281     virtual size_t send(
const buffs_type& buffs,
   282         const size_t nsamps_per_buff,
   284         const double timeout = 0.1) = 0;
   292     virtual bool recv_async_msg(
 
Definition: stream_cmd.hpp:36
 
Definition: stream.hpp:169
 
Definition: stream.hpp:244
 
std::vector< size_t > channels
Definition: stream.hpp:161
 
boost::shared_ptr< rx_streamer > sptr
Definition: stream.hpp:172
 
std::string otw_format
Definition: stream.hpp:103
 
ref_vector< void * > buffs_type
Typedef for a pointer to a single, or a collection of recv buffers. 
Definition: stream.hpp:183
 
Definition: build_info.hpp:13
 
std::string cpu_format
Definition: stream.hpp:83
 
Definition: ref_vector.hpp:21
 
stream_args_t(const std::string &cpu="", const std::string &otw="")
Convenience constructor for streamer args. 
Definition: stream.hpp:61
 
device_addr_t args
Definition: stream.hpp:140
 
Definition: stream.hpp:58
 
#define UHD_API
Definition: config.h:68
 
boost::shared_ptr< tx_streamer > sptr
Definition: stream.hpp:247
 
ref_vector< const void * > buffs_type
Typedef for a pointer to a single, or a collection of send buffers. 
Definition: stream.hpp:258
 
Definition: device_addr.hpp:38