GNU Radio's TEST Package
api.h
Go to the documentation of this file.
1 /*
2  * Copyright 2011-2020 Free Software Foundation, Inc.
3  * Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
4  *
5  * This file is part of gr-iqbalance
6  *
7  * SPDX-License-Identifier: GPL-3.0-or-later
8  */
9 
10 #pragma once
11 
12 #include <gnuradio/attributes.h>
13 
14 #ifdef gnuradio_iqbalance_EXPORTS
15 # define IQBALANCE_API __GR_ATTR_EXPORT
16 #else
17 # define IQBALANCE_API __GR_ATTR_IMPORT
18 #endif