USRP Hardware Driver and USRP Manual
Version: 4.0.0.0-0-unknown
UHD and USRP Manual
tcp_zero_copy.hpp
Go to the documentation of this file.
1
//
2
// Copyright 2010-2015 Ettus Research LLC
3
// Copyright 2018 Ettus Research, a National Instruments Company
4
//
5
// SPDX-License-Identifier: GPL-3.0-or-later
6
//
7
8
#pragma once
9
10
#include <
uhd/config.hpp
>
11
#include <
uhd/transport/zero_copy.hpp
>
12
#include <
uhd/types/device_addr.hpp
>
13
#include <memory>
14
15
namespace
uhd
{
namespace
transport {
16
22
struct
UHD_API
tcp_zero_copy
:
public
virtual
zero_copy_if
23
{
24
virtual
~tcp_zero_copy
(
void
);
25
39
static
zero_copy_if::sptr
make
(
const
std::string& addr,
40
const
std::string& port,
41
const
device_addr_t
& hints =
device_addr_t
());
42
};
43
44
}}
// namespace uhd::transport
device_addr.hpp
config.hpp
uhd::transport::tcp_zero_copy::~tcp_zero_copy
virtual ~tcp_zero_copy(void)
uhd::transport::zero_copy_if::sptr
std::shared_ptr< zero_copy_if > sptr
Definition:
zero_copy.hpp:149
UHD_API
#define UHD_API
Definition:
config.h:67
uhd::transport::zero_copy_if
Definition:
zero_copy.hpp:147
uhd::device_addr_t
Definition:
device_addr.hpp:38
zero_copy.hpp
uhd
Definition:
build_info.hpp:12
uhd::transport::tcp_zero_copy::make
static zero_copy_if::sptr make(const std::string &addr, const std::string &port, const device_addr_t &hints=device_addr_t())
uhd::transport::tcp_zero_copy
Definition:
tcp_zero_copy.hpp:23
include
uhd
transport
tcp_zero_copy.hpp
Generated by
1.8.20