 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-2+b1
UHD and USRP Manual
|
|
Go to the documentation of this file.
8 #ifndef INCLUDED_ZERO_COPY_FLOW_CTRL_HPP
9 #define INCLUDED_ZERO_COPY_FLOW_CTRL_HPP
13 #include <boost/function.hpp>
14 #include <boost/shared_ptr.hpp>
16 namespace uhd {
namespace transport {
31 typedef boost::shared_ptr<zero_copy_flow_ctrl>
sptr;
boost::intrusive_ptr< managed_buffer > sptr
Definition: zero_copy.hpp:79
boost::shared_ptr< zero_copy_flow_ctrl > sptr
Definition: zero_copy_flow_ctrl.hpp:31
boost::shared_ptr< zero_copy_if > sptr
Definition: zero_copy.hpp:169
#define UHD_API
Definition: config.h:68
Definition: zero_copy.hpp:166
boost::function< bool(managed_buffer::sptr buff)> flow_ctrl_func
Definition: zero_copy_flow_ctrl.hpp:23
Definition: build_info.hpp:13
Definition: zero_copy_flow_ctrl.hpp:28