GNU Radio's DVBS2RX Package
dvbs2_config.h
Go to the documentation of this file.
1/* -*- c++ -*- */
2/*
3 * Copyright 2018 Ron Economos.
4 *
5 * This file is part of gr-dvbs2rx.
6 *
7 * SPDX-License-Identifier: GPL-3.0-or-later
8 */
9
10#ifndef INCLUDED_DVBS2RX_DVBS2_CONFIG_H
11#define INCLUDED_DVBS2RX_DVBS2_CONFIG_H
12
13namespace gr {
14namespace dvbs2rx {
24
29
34
35} // namespace dvbs2rx
36} // namespace gr
37
41
42#endif /* INCLUDED_DVBS2RX_DVBS2_CONFIG_H */
gr::dvbs2rx::dvbs2_interpolation_t dvbs2_interpolation_t
Definition dvbs2_config.h:40
gr::dvbs2rx::dvbs2_pilots_t dvbs2_pilots_t
Definition dvbs2_config.h:39
gr::dvbs2rx::dvbs2_rolloff_factor_t dvbs2_rolloff_factor_t
Definition dvbs2_config.h:38
dvbs2_interpolation_t
Definition dvbs2_config.h:30
@ INTERPOLATION_OFF
Definition dvbs2_config.h:31
@ INTERPOLATION_ON
Definition dvbs2_config.h:32
dvbs2_pilots_t
Definition dvbs2_config.h:25
@ PILOTS_ON
Definition dvbs2_config.h:27
@ PILOTS_OFF
Definition dvbs2_config.h:26
dvbs2_rolloff_factor_t
Definition dvbs2_config.h:15
@ RO_0_15
Definition dvbs2_config.h:20
@ RO_0_20
Definition dvbs2_config.h:18
@ RO_0_10
Definition dvbs2_config.h:21
@ RO_RESERVED
Definition dvbs2_config.h:19
@ RO_0_35
Definition dvbs2_config.h:16
@ RO_0_05
Definition dvbs2_config.h:22
@ RO_0_25
Definition dvbs2_config.h:17
Fixed-length double-ended queue with contiguous volk-aligned elements.
Definition gr_bch.h:22