File: api.h

package info (click to toggle)
gr-dab 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,272 kB
  • sloc: python: 14,976; cpp: 6,738; ansic: 547; makefile: 19; sh: 11
file content (22 lines) | stat: -rw-r--r-- 451 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-dab
 *
 * SPDX-License-Identifier: GPL-3.0-or-later
 *
 */

#ifndef INCLUDED_DAB_API_H
#define INCLUDED_DAB_API_H

#include <gnuradio/attributes.h>

#ifdef gnuradio_dab_EXPORTS
#define DAB_API __GR_ATTR_EXPORT
#else
#define DAB_API __GR_ATTR_IMPORT
#endif

#endif /* INCLUDED_DAB_API_H */