GNU Radio Manual and C++ API Reference  3.9.1.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 */
gr::analog::gr_waveform_t
gr_waveform_t
Types of signal generator waveforms.
Definition: sig_source_waveform.h:21
gr::analog::GR_SIN_WAVE
@ GR_SIN_WAVE
Definition: sig_source_waveform.h:23
gr::analog::GR_SAW_WAVE
@ GR_SAW_WAVE
Definition: sig_source_waveform.h:27
gr::analog::GR_TRI_WAVE
@ GR_TRI_WAVE
Definition: sig_source_waveform.h:26
gr::analog::GR_CONST_WAVE
@ GR_CONST_WAVE
Definition: sig_source_waveform.h:22
gr::analog::GR_SQR_WAVE
@ GR_SQR_WAVE
Definition: sig_source_waveform.h:25
gr
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
gr::analog::GR_COS_WAVE
@ GR_COS_WAVE
Definition: sig_source_waveform.h:24