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

#include <uhd/stream.hpp>

using namespace uhd;

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

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