GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
dvbt_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_DVBT_CONFIG_H
10 #define INCLUDED_DTV_DVBT_CONFIG_H
11 
12 namespace gr {
13 namespace dtv {
15  NH = 0,
19 };
20 
22  T2k = 0,
23  T8k = 1,
24 };
25 
26 } // namespace dtv
27 } // namespace gr
28 
31 
32 #endif /* INCLUDED_DTV_DVBT_CONFIG_H */
gr::dtv::dvbt_hierarchy_t dvbt_hierarchy_t
Definition: dvbt_config.h:29
gr::dtv::dvbt_transmission_mode_t dvbt_transmission_mode_t
Definition: dvbt_config.h:30
dvbt_hierarchy_t
Definition: dvbt_config.h:14
@ ALPHA1
Definition: dvbt_config.h:16
@ NH
Definition: dvbt_config.h:15
@ ALPHA4
Definition: dvbt_config.h:18
@ ALPHA2
Definition: dvbt_config.h:17
dvbt_transmission_mode_t
Definition: dvbt_config.h:21
@ T2k
Definition: dvbt_config.h:22
@ T8k
Definition: dvbt_config.h:23
GNU Radio logging wrapper.
Definition: basic_block.h:29