GNU Radio Manual and C++ API Reference 3.10.5.1
The Free & Open Software Radio Ecosystem
pluto_utils.h
Go to the documentation of this file.
1/* -*- c++ -*- */
2/*
3 * Copyright 2021 Josh Morman
4 *
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 *
7 */
8
9#ifndef INCLUDED_IIO_PLUTO_UTILS_H
10#define INCLUDED_IIO_PLUTO_UTILS_H
11
12#include <gnuradio/iio/api.h>
13#include <string>
14
15namespace gr {
16namespace iio {
17std::string IIO_API get_pluto_uri();
18}
19} // namespace gr
20#endif
#define IIO_API
Definition: gr-iio/include/gnuradio/iio/api.h:18
std::string IIO_API get_pluto_uri()
GNU Radio logging wrapper.
Definition: basic_block.h:29