GNU Radio Manual and C++ API Reference
3.10.5.1
The Free & Open Software Radio Ecosystem
catv_config.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2017 Free Software Foundation, Inc.
4
*
5
* SPDX-License-Identifier: GPL-3.0-or-later
6
*
7
*/
8
9
#ifndef INCLUDED_DTV_CATV_CONFIG_H
10
#define INCLUDED_DTV_CATV_CONFIG_H
11
12
namespace
gr
{
13
namespace
dtv {
14
enum
catv_constellation_t
{
15
CATV_MOD_64QAM
= 0,
16
CATV_MOD_256QAM
,
17
};
18
19
}
// namespace dtv
20
}
// namespace gr
21
22
typedef
gr::dtv::catv_constellation_t
catv_constellation_t
;
23
24
#endif
/* INCLUDED_DTV_CATV_CONFIG_H */
catv_constellation_t
gr::dtv::catv_constellation_t catv_constellation_t
Definition:
catv_config.h:22
gr::dtv::catv_constellation_t
catv_constellation_t
Definition:
catv_config.h:14
gr::dtv::CATV_MOD_64QAM
@ CATV_MOD_64QAM
Definition:
catv_config.h:15
gr::dtv::CATV_MOD_256QAM
@ CATV_MOD_256QAM
Definition:
catv_config.h:16
gr
GNU Radio logging wrapper.
Definition:
basic_block.h:29
gr-dtv
include
gnuradio
dtv
catv_config.h
Generated by
1.9.4