8 #ifndef INCLUDED_UHD_STREAM_HPP     9 #define INCLUDED_UHD_STREAM_HPP    16 #include <boost/utility.hpp>    17 #include <boost/shared_ptr.hpp>    62         const std::string &cpu = 
"",
    63         const std::string &otw = 
""   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;
   220         const buffs_type &buffs,
   221         const size_t nsamps_per_buff,
   223         const double timeout = 0.1,
   224         const bool one_packet = 
false   238     virtual void issue_stream_cmd(
const stream_cmd_t &stream_cmd) = 0;
   248     typedef boost::shared_ptr<tx_streamer> 
sptr;
   253     virtual size_t get_num_channels(
void) 
const = 0;
   256     virtual size_t get_max_num_samps(
void) 
const = 0;
   283         const buffs_type &buffs,
   284         const size_t nsamps_per_buff,
   286         const double timeout = 0.1
   295     virtual bool recv_async_msg(
 
Definition: stream_cmd.hpp:36
 
Definition: stream.hpp:170
 
Definition: stream.hpp:246
 
std::vector< size_t > channels
Definition: stream.hpp:162
 
boost::shared_ptr< rx_streamer > sptr
Definition: stream.hpp:172
 
std::string otw_format
Definition: stream.hpp:105
 
Definition: build_info.hpp:14
 
std::string cpu_format
Definition: stream.hpp:85
 
Definition: ref_vector.hpp:21
 
ref_vector< void * > buffs_type
Typedef for a pointer to a single, or a collection of recv buffers. 
Definition: stream.hpp:183
 
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:141
 
ref_vector< const void * > buffs_type
Typedef for a pointer to a single, or a collection of send buffers. 
Definition: stream.hpp:259
 
Definition: stream.hpp:58
 
#define UHD_API
Definition: config.h:63
 
boost::shared_ptr< tx_streamer > sptr
Definition: stream.hpp:248
 
Definition: device_addr.hpp:38