USRP Hardware Driver and USRP Manual Version: 3.15.0.0-MacPorts-Release
UHD and USRP Manual
 
Loading...
Searching...
No Matches
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
15namespace uhd { namespace transport {
16
22{
23public:
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 */
Definition zero_copy.hpp:167
boost::shared_ptr< zero_copy_if > sptr
Definition zero_copy.hpp:169
Definition zero_copy_recv_offload.hpp:22
boost::shared_ptr< zero_copy_recv_offload > sptr
Definition zero_copy_recv_offload.hpp:24
static sptr make(zero_copy_if::sptr transport, const double timeout)
#define UHD_API
Definition config.h:68
Definition build_info.hpp:13