 |
USRP Hardware Driver and USRP Manual
Version: 4.0.0.0-0-unknown
UHD and USRP Manual
|
|
Go to the documentation of this file.
15 namespace uhd {
namespace transport {
30 typedef std::shared_ptr<zero_copy_flow_ctrl>
sptr;
std::function< bool(managed_buffer::sptr buff)> flow_ctrl_func
Definition: zero_copy_flow_ctrl.hpp:22
boost::intrusive_ptr< managed_buffer > sptr
Definition: zero_copy.hpp:72
std::shared_ptr< zero_copy_flow_ctrl > sptr
Definition: zero_copy_flow_ctrl.hpp:30
std::shared_ptr< zero_copy_if > sptr
Definition: zero_copy.hpp:149
#define UHD_API
Definition: config.h:67
Definition: zero_copy.hpp:147
Definition: build_info.hpp:12
Definition: zero_copy_flow_ctrl.hpp:28
static sptr make(zero_copy_if::sptr transport, flow_ctrl_func send_flow_ctrl, flow_ctrl_func recv_flow_ctrl)