File: api.h

package info (click to toggle)
gr-hpsdr 3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 884 kB
  • sloc: python: 9,498; cpp: 2,227; ansic: 26; makefile: 12
file content (22 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * Copyright 2011 Free Software Foundation, Inc.
 *
 * This file was generated by gr_modtool, a tool from the GNU Radio framework
 * This file is a part of gr-hpsdr
 *
 * SPDX-License-Identifier: GPL-3.0-or-later
 *
 */

#ifndef INCLUDED_HPSDR_API_H
#define INCLUDED_HPSDR_API_H

#include <gnuradio/attributes.h>

#ifdef gnuradio_hpsdr_EXPORTS
#define HPSDR_API __GR_ATTR_EXPORT
#else
#define HPSDR_API __GR_ATTR_IMPORT
#endif

#endif /* INCLUDED_HPSDR_API_H */