USRP Hardware Driver and USRP Manual  Version: 3.15.0.HEAD-0-g6563c537
UHD and USRP Manual
zero_copy_recv_offload.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2016 Ettus Research
3 // Copyright 2018 Ettus Research, a National Instruments Company
4 //
5 // SPDX-License-Identifier: GPL-3.0-or-later
6 //
7 
8 #ifndef INCLUDED_UHD_ZERO_COPY_RECV_OFFLOAD_HPP
9 #define INCLUDED_UHD_ZERO_COPY_RECV_OFFLOAD_HPP
10 
11 #include <uhd/config.hpp>
13 #include <boost/shared_ptr.hpp>
14 
15 namespace uhd { namespace transport {
16 
22 {
23 public:
24  typedef boost::shared_ptr<zero_copy_recv_offload> sptr;
25 
35  static sptr make(zero_copy_if::sptr transport, const double timeout);
36 };
37 
38 }} // namespace uhd::transport
39 
40 #endif /* INCLUDED_ZERO_COPY_OFFLOAD_HPP */
boost::shared_ptr< zero_copy_if > sptr
Definition: zero_copy.hpp:169
Definition: build_info.hpp:13
#define UHD_API
Definition: config.h:68
Definition: zero_copy.hpp:166
boost::shared_ptr< zero_copy_recv_offload > sptr
Definition: zero_copy_recv_offload.hpp:24
Definition: zero_copy_recv_offload.hpp:21