GNU Radio's HOWTO Package
gn3s_api.h
Go to the documentation of this file.
1 /*!
2  * \file gn3s_api.h
3  * \brief GNU Radio source block to acces to SiGe GN3S USB sampler.
4  * \author Javier Arribas, 2012. jarribas(at)cttc.es
5  *
6  * -------------------------------------------------------------------------
7  *
8  * Copyright (C) 2010-2012 (see AUTHORS file for a list of contributors)
9  *
10  * GNSS-SDR is a software defined Global Navigation
11  * Satellite Systems receiver
12  *
13  * This file is part of GNSS-SDR.
14  *
15  * GNSS-SDR is free software: you can redistribute it and/or modify
16  * it under the terms of the GNU General Public License as published by
17  * the Free Software Foundation, either version 3 of the License, or
18  * at your option) any later version.
19  *
20  * GNSS-SDR is distributed in the hope that it will be useful,
21  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23  * GNU General Public License for more details.
24  *
25  * You should have received a copy of the GNU General Public License
26  * along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
27  *
28  * -------------------------------------------------------------------------
29  */
30 
31 #ifndef INCLUDED_GN3S_API_H
32 #define INCLUDED_GN3S_API_H
33 
34 #include <gnuradio/attributes.h>
35 
36 #ifdef gr_gn3s_EXPORTS
37 # define GN3S_API __GR_ATTR_EXPORT
38 #else
39 # define GN3S_API __GR_ATTR_IMPORT
40 #endif
41 
42 #endif /* INCLUDED_GN3S_API_H */