GNU Radio Manual and C++ API Reference
3.10.9.1
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
{
22
GR_CONST_WAVE
= 100,
23
GR_SIN_WAVE
,
24
GR_COS_WAVE
,
25
GR_SQR_WAVE
,
26
GR_TRI_WAVE
,
27
GR_SAW_WAVE
28
}
gr_waveform_t
;
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_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_COS_WAVE
@ GR_COS_WAVE
Definition:
sig_source_waveform.h:24
gr::analog::GR_SIN_WAVE
@ GR_SIN_WAVE
Definition:
sig_source_waveform.h:23
gr::analog::GR_SQR_WAVE
@ GR_SQR_WAVE
Definition:
sig_source_waveform.h:25
gr::analog::GR_CONST_WAVE
@ GR_CONST_WAVE
Definition:
sig_source_waveform.h:22
gr
GNU Radio logging wrapper.
Definition:
basic_block.h:29
gr-analog
include
gnuradio
analog
sig_source_waveform.h
Generated by
1.9.1