GNU Radio Manual and C++ API Reference
3.10.9.1
The Free & Open Software Radio Ecosystem
gr-zeromq/include/gnuradio/zeromq/api.h
Go to the documentation of this file.
1
/*
2
* Copyright 2013 Free Software Foundation, Inc.
3
*
4
* This file is part of GNU Radio.
5
*
6
* SPDX-License-Identifier: GPL-3.0-or-later
7
*
8
*/
9
10
#ifndef INCLUDED_ZEROMQ_API_H
11
#define INCLUDED_ZEROMQ_API_H
12
13
#include <
gnuradio/attributes.h
>
14
15
#ifdef gnuradio_zeromq_EXPORTS
16
#define ZEROMQ_API __GR_ATTR_EXPORT
17
#else
18
#define ZEROMQ_API __GR_ATTR_IMPORT
19
#endif
20
21
#endif
/* INCLUDED_ZEROMQ_API_H */
attributes.h
gr-zeromq
include
gnuradio
zeromq
api.h
Generated by
1.9.1