uhd/host/lib/stream.cpp
2017-12-22 10:45:51 -08:00

19 lines
229 B
C++

//
// 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
}