18 #ifndef INCLUDED_ZERO_COPY_FLOW_CTRL_HPP    19 #define INCLUDED_ZERO_COPY_FLOW_CTRL_HPP    23 #include <boost/function.hpp>    24 #include <boost/shared_ptr.hpp>    26 namespace uhd{ 
namespace transport{
    40     typedef boost::shared_ptr<zero_copy_flow_ctrl> 
sptr;
    51         flow_ctrl_func send_flow_ctrl,
    52         flow_ctrl_func recv_flow_ctrl
 
Definition: zero_copy_flow_ctrl.hpp:38
 
boost::shared_ptr< zero_copy_if > sptr
Definition: zero_copy.hpp:154
 
Definition: build_info.hpp:25
 
boost::function< bool(managed_buffer::sptr buff)> flow_ctrl_func
Definition: zero_copy_flow_ctrl.hpp:33
 
#define UHD_API
Definition: config.h:73
 
Definition: zero_copy.hpp:152
 
boost::shared_ptr< zero_copy_flow_ctrl > sptr
Definition: zero_copy_flow_ctrl.hpp:40