GNU Radio Manual and C++ API Reference 3.10.5.1
The Free & Open Software Radio Ecosystem
gr-soapy/include/gnuradio/soapy/api.h
Go to the documentation of this file.
1/*
2 * gr-soapy: Soapy SDR Radio Module
3 *
4 * Copyright (C) 2018
5 * Libre Space Foundation <http://librespacefoundation.org/>
6 *
7 * SPDX-License-Identifier: GPL-3.0-or-later
8 *
9 */
10
11#ifndef INCLUDED_SOAPY_API_H
12#define INCLUDED_SOAPY_API_H
13
14#include <gnuradio/attributes.h>
15
16#ifdef gnuradio_soapy_EXPORTS
17#define SOAPY_API __GR_ATTR_EXPORT
18#else
19#define SOAPY_API __GR_ATTR_IMPORT
20#endif
21
22#endif /* INCLUDED_SOAPY_API_H */