15namespace uhd { 
namespace transport {
 
   30    typedef std::shared_ptr<zero_copy_flow_ctrl> 
sptr;
 
boost::intrusive_ptr< managed_buffer > sptr
Definition: zero_copy.hpp:72
 
Definition: zero_copy_flow_ctrl.hpp:28
 
std::shared_ptr< zero_copy_flow_ctrl > sptr
Definition: zero_copy_flow_ctrl.hpp:30
 
static sptr make(zero_copy_if::sptr transport, flow_ctrl_func send_flow_ctrl, flow_ctrl_func recv_flow_ctrl)
 
Definition: zero_copy.hpp:147
 
std::shared_ptr< zero_copy_if > sptr
Definition: zero_copy.hpp:149
 
#define UHD_API
Definition: config.h:87
 
std::function< bool(managed_buffer::sptr buff)> flow_ctrl_func
Definition: zero_copy_flow_ctrl.hpp:22
 
Definition: build_info.hpp:12