USRP Hardware Driver and USRP Manual  Version: 3.11.0.HEAD-0-ga1b5c4ae
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 public:
23  typedef boost::shared_ptr<zero_copy_recv_offload> sptr;
24 
34  static sptr make(zero_copy_if::sptr transport,
35  const double timeout);
36 };
37 
38 }} //namespace
39 
40 #endif /* INCLUDED_ZERO_COPY_OFFLOAD_HPP */
boost::shared_ptr< zero_copy_if > sptr
Definition: zero_copy.hpp:144
Definition: build_info.hpp:14
#define UHD_API
Definition: config.h:63
Definition: zero_copy.hpp:142
boost::shared_ptr< zero_copy_recv_offload > sptr
Definition: zero_copy_recv_offload.hpp:23
Definition: zero_copy_recv_offload.hpp:21