GNU Radio Manual and C++ API Reference 3.10.5.1
The Free & Open Software Radio Ecosystem
atsc_field_sync_mux.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_ATSC_FIELD_SYNC_MUX_H
10#define INCLUDED_DTV_ATSC_FIELD_SYNC_MUX_H
11
12#include <gnuradio/block.h>
13#include <gnuradio/dtv/api.h>
14
15namespace gr {
16namespace dtv {
17
18/*!
19 * \brief <+description of block+>
20 * \ingroup dtv
21 *
22 */
24{
25public:
26 typedef std::shared_ptr<atsc_field_sync_mux> sptr;
27
28 /*!
29 * \brief Return a shared_ptr to a new instance of dtv::atsc_field_sync_mux.
30 */
31 static sptr make();
32};
33
34} // namespace dtv
35} // namespace gr
36
37#endif /* INCLUDED_DTV_ATSC_FIELD_SYNC_MUX_H */
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
<+description of block+>
Definition: atsc_field_sync_mux.h:24
static sptr make()
Return a shared_ptr to a new instance of dtv::atsc_field_sync_mux.
std::shared_ptr< atsc_field_sync_mux > sptr
Definition: atsc_field_sync_mux.h:26
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29