GNU Radio Manual and C++ API Reference  3.10.7.0
The Free & Open Software Radio Ecosystem
sig_source_waveform.h
Go to the documentation of this file.
1 /* -*- c++ -*- */
2 /*
3  * Copyright 2004,2012 Free Software Foundation, Inc.
4  *
5  * This file is part of GNU Radio
6  *
7  * SPDX-License-Identifier: GPL-3.0-or-later
8  *
9  */
10 
11 #ifndef INCLUDED_ANALOG_SIG_SOURCE_WAVEFORM_H
12 #define INCLUDED_ANALOG_SIG_SOURCE_WAVEFORM_H
13 
14 namespace gr {
15 namespace analog {
16 
17 /*!
18  * \brief Types of signal generator waveforms.
19  * \ingroup waveform_generators_blk
20  */
21 typedef enum {
29 
30 } /* namespace analog */
31 } /* namespace gr */
32 
33 #endif /* INCLUDED_ANALOG_SIG_SOURCE_WAVEFORM_H */
Definition: sig_source_waveform.h:26
Definition: sig_source_waveform.h:24
Definition: sig_source_waveform.h:27
gr_waveform_t
Types of signal generator waveforms.
Definition: sig_source_waveform.h:21
Definition: sig_source_waveform.h:25
Definition: sig_source_waveform.h:22
GNU Radio logging wrapper.
Definition: basic_block.h:29
Definition: sig_source_waveform.h:23