-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve display & formatting of RDS data
- Loading branch information
Showing
8 changed files
with
226 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,22 @@ | ||
/* | ||
* Copyright (C) 2013 Bastian Bloessl <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* This file was generated by gr_modtool, a tool from the GNU Radio framework | ||
* This file is a part of gr-rds | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* SPDX-License-Identifier: GPL-3.0-or-later | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#ifndef INCLUDED_RDS_API_H | ||
#define INCLUDED_RDS_API_H | ||
|
||
#include <gnuradio/attributes.h> | ||
|
||
#ifdef gnuradio_RDS_EXPORTS | ||
# define RDS_API __GR_ATTR_EXPORT | ||
#ifdef gnuradio_rds_EXPORTS | ||
#define RDS_API __GR_ATTR_EXPORT | ||
#else | ||
# define RDS_API __GR_ATTR_IMPORT | ||
#define RDS_API __GR_ATTR_IMPORT | ||
#endif | ||
|
||
#endif /* INCLUDED_RDS_API_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,3 +40,4 @@ class RDS_API parser : virtual public gr::block | |
} // namespace gr | ||
|
||
#endif /* INCLUDED_RDS_PARSER_H */ | ||
|
Oops, something went wrong.