Switched to gnuradio-3.9

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada
2021-02-08 21:04:04 +01:00
committed by Nick Foster
parent 9e2515a566
commit 9c77b55c0b
16 changed files with 408 additions and 74 deletions

View File

@@ -0,0 +1 @@
This directory stores templates for docstrings that are scraped from the include header files for each block

View File

@@ -0,0 +1,27 @@
/*
* Copyright 2021 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
#include "pydoc_macros.h"
#define D(...) DOC(gr,air-modes, __VA_ARGS__ )
/*
This file contains placeholders for docstrings for the Python bindings.
Do not edit! These were automatically extracted during the binding process
and will be overwritten during the build process
*/
static const char *__doc_gr_air-modes_preamble = R"doc()doc";
static const char *__doc_gr_air-modes_preamble_preamble = R"doc()doc";
static const char *__doc_gr_air-modes_preamble_make = R"doc()doc";

View File

@@ -0,0 +1,27 @@
/*
* Copyright 2021 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
#include "pydoc_macros.h"
#define D(...) DOC(gr,air-modes, __VA_ARGS__ )
/*
This file contains placeholders for docstrings for the Python bindings.
Do not edit! These were automatically extracted during the binding process
and will be overwritten during the build process
*/
static const char *__doc_gr_air-modes_slicer = R"doc()doc";
static const char *__doc_gr_air-modes_slicer_slicer = R"doc()doc";
static const char *__doc_gr_air-modes_slicer_make = R"doc()doc";