GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
msg_queue_pydoc_template.h
Go to the documentation of this file.
1 /*
2  * Copyright 2020 Free Software Foundation, Inc.
3  *
4  * This file is part of GNU Radio
5  *
6  * SPDX-License-Identifier: GPL-3.0-or-later
7  *
8  */
9 #include "pydoc_macros.h"
10 #define D(...) DOC(gr, __VA_ARGS__)
11 /*
12  This file contains placeholders for docstrings for the Python bindings.
13  Do not edit! These were automatically extracted during the binding process
14  and will be overwritten during the build process
15  */
16 
17 
18 static const char* __doc_gr_msg_queue = R"doc()doc";
19 
20 
21 static const char* __doc_gr_msg_queue_msg_queue = R"doc()doc";
22 
23 
24 static const char* __doc_gr_msg_queue_make = R"doc()doc";
25 
26 
27 static const char* __doc_gr_msg_queue_handle = R"doc()doc";
28 
29 
30 static const char* __doc_gr_msg_queue_insert_tail = R"doc()doc";
31 
32 
33 static const char* __doc_gr_msg_queue_delete_head = R"doc()doc";
34 
35 
36 static const char* __doc_gr_msg_queue_delete_head_nowait = R"doc()doc";
37 
38 
39 static const char* __doc_gr_msg_queue_flush = R"doc()doc";
40 
41 
42 static const char* __doc_gr_msg_queue_empty_p = R"doc()doc";
43 
44 
45 static const char* __doc_gr_msg_queue_full_p = R"doc()doc";
46 
47 
48 static const char* __doc_gr_msg_queue_count = R"doc()doc";
49 
50 
51 static const char* __doc_gr_msg_queue_limit = R"doc()doc";
static const char * __doc_gr_msg_queue_full_p
Definition: msg_queue_pydoc_template.h:45
static const char * __doc_gr_msg_queue_handle
Definition: msg_queue_pydoc_template.h:27
static const char * __doc_gr_msg_queue_flush
Definition: msg_queue_pydoc_template.h:39
static const char * __doc_gr_msg_queue_delete_head
Definition: msg_queue_pydoc_template.h:33
static const char * __doc_gr_msg_queue_empty_p
Definition: msg_queue_pydoc_template.h:42
static const char * __doc_gr_msg_queue_limit
Definition: msg_queue_pydoc_template.h:51
static const char * __doc_gr_msg_queue_msg_queue
Definition: msg_queue_pydoc_template.h:21
static const char * __doc_gr_msg_queue_make
Definition: msg_queue_pydoc_template.h:24
static const char * __doc_gr_msg_queue_insert_tail
Definition: msg_queue_pydoc_template.h:30
static const char * __doc_gr_msg_queue_delete_head_nowait
Definition: msg_queue_pydoc_template.h:36
static const char * __doc_gr_msg_queue
Definition: msg_queue_pydoc_template.h:18
static const char * __doc_gr_msg_queue_count
Definition: msg_queue_pydoc_template.h:48