aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/stream.cpp
blob: dc7b33721a0e6d7ef906443a5892fe906cf6f029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// Copyright 2013 Ettus Research LLC
// Copyright 2018 Ettus Research, a National Instruments Company
//
// SPDX-License-Identifier: GPL-3.0-or-later
//

#include <uhd/stream.hpp>

using namespace uhd;

rx_streamer::~rx_streamer(void)
{
    // empty
}

tx_streamer::~tx_streamer(void)
{
    // empty
}