USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-2+b1
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
>
12
#include <
uhd/transport/zero_copy.hpp
>
13
#include <boost/shared_ptr.hpp>
14
15
namespace
uhd
{
namespace
transport {
16
21
class
UHD_API
zero_copy_recv_offload
:
public
virtual
zero_copy_if
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 */
config.hpp
uhd::transport::zero_copy_if::sptr
boost::shared_ptr< zero_copy_if > sptr
Definition:
zero_copy.hpp:169
UHD_API
#define UHD_API
Definition:
config.h:68
uhd::transport::zero_copy_if
Definition:
zero_copy.hpp:166
zero_copy.hpp
uhd::transport::zero_copy_recv_offload
Definition:
zero_copy_recv_offload.hpp:21
uhd
Definition:
build_info.hpp:13
uhd::transport::zero_copy_recv_offload::sptr
boost::shared_ptr< zero_copy_recv_offload > sptr
Definition:
zero_copy_recv_offload.hpp:24
include
uhd
transport
zero_copy_recv_offload.hpp
Generated by
1.8.16