GNU Radio Manual and C++ API Reference 3.10.5.1
The Free & Open Software Radio Ecosystem
dvbs2_config.h
Go to the documentation of this file.
1/* -*- c++ -*- */
2/*
3 * Copyright 2015 Free Software Foundation, Inc.
4 *
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 *
7 */
8
9#ifndef INCLUDED_DTV_DVBS2_CONFIG_H
10#define INCLUDED_DTV_DVBS2_CONFIG_H
11
12namespace gr {
13namespace dtv {
22};
23
27};
28
32};
33
34} // namespace dtv
35} // namespace gr
36
40
41#endif /* INCLUDED_DTV_DVBS2_CONFIG_H */
gr::dtv::dvbs2_rolloff_factor_t dvbs2_rolloff_factor_t
Definition: dvbs2_config.h:37
gr::dtv::dvbs2_interpolation_t dvbs2_interpolation_t
Definition: dvbs2_config.h:39
gr::dtv::dvbs2_pilots_t dvbs2_pilots_t
Definition: dvbs2_config.h:38
dvbs2_pilots_t
Definition: dvbs2_config.h:24
@ PILOTS_OFF
Definition: dvbs2_config.h:25
@ PILOTS_ON
Definition: dvbs2_config.h:26
dvbs2_rolloff_factor_t
Definition: dvbs2_config.h:14
@ RO_0_35
Definition: dvbs2_config.h:15
@ RO_0_25
Definition: dvbs2_config.h:16
@ RO_0_10
Definition: dvbs2_config.h:20
@ RO_0_05
Definition: dvbs2_config.h:21
@ RO_0_20
Definition: dvbs2_config.h:17
@ RO_0_15
Definition: dvbs2_config.h:19
@ RO_RESERVED
Definition: dvbs2_config.h:18
dvbs2_interpolation_t
Definition: dvbs2_config.h:29
@ INTERPOLATION_OFF
Definition: dvbs2_config.h:30
@ INTERPOLATION_ON
Definition: dvbs2_config.h:31
GNU Radio logging wrapper.
Definition: basic_block.h:29