GNURadio block for spectrum visualization using GPU
https://osmocom.org/projects/sdr/wiki/Fosphor
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
375 B
18 lines
375 B
/*
|
|
* Copyright 2011 Free Software Foundation, Inc.
|
|
* Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
|
|
*
|
|
* This file is part of gr-fosphor
|
|
*
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <gnuradio/attributes.h>
|
|
|
|
#ifdef gnuradio_fosphor_EXPORTS
|
|
# define GR_FOSPHOR_API __GR_ATTR_EXPORT
|
|
#else
|
|
# define GR_FOSPHOR_API __GR_ATTR_IMPORT
|
|
#endif
|
|
|