GNU Radio Manual and C++ API Reference 3.10.5.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
14namespace gr {
15namespace analog {
16
17/*!
18 * \brief Types of signal generator waveforms.
19 * \ingroup waveform_generators_blk
20 */
21typedef enum {
29
30} /* namespace analog */
31} /* namespace gr */
32
33#endif /* INCLUDED_ANALOG_SIG_SOURCE_WAVEFORM_H */
gr_waveform_t
Types of signal generator waveforms.
Definition: sig_source_waveform.h:21
@ GR_SAW_WAVE
Definition: sig_source_waveform.h:27
@ GR_TRI_WAVE
Definition: sig_source_waveform.h:26
@ GR_COS_WAVE
Definition: sig_source_waveform.h:24
@ GR_SIN_WAVE
Definition: sig_source_waveform.h:23
@ GR_SQR_WAVE
Definition: sig_source_waveform.h:25
@ GR_CONST_WAVE
Definition: sig_source_waveform.h:22
GNU Radio logging wrapper.
Definition: basic_block.h:29