USRP Hardware Driver and USRP Manual  Version: 3.11.0.HEAD-0-gdca39145
UHD and USRP Manual
zero_copy_recv_offload.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2016 Ettus Research
3 //
4 // SPDX-License-Identifier: GPL-3.0
5 //
6 
7 #ifndef INCLUDED_UHD_ZERO_COPY_RECV_OFFLOAD_HPP
8 #define INCLUDED_UHD_ZERO_COPY_RECV_OFFLOAD_HPP
9 
10 #include <uhd/config.hpp>
12 #include <boost/shared_ptr.hpp>
13 
14 namespace uhd{ namespace transport{
15 
21 public:
22  typedef boost::shared_ptr<zero_copy_recv_offload> sptr;
23 
33  static sptr make(zero_copy_if::sptr transport,
34  const double timeout);
35 };
36 
37 }} //namespace
38 
39 #endif /* INCLUDED_ZERO_COPY_OFFLOAD_HPP */
boost::shared_ptr< zero_copy_if > sptr
Definition: zero_copy.hpp:143
Definition: build_info.hpp:14
#define UHD_API
Definition: config.h:62
Definition: zero_copy.hpp:141
boost::shared_ptr< zero_copy_recv_offload > sptr
Definition: zero_copy_recv_offload.hpp:22
Definition: zero_copy_recv_offload.hpp:20