GNU Radio's SATELLITES Package
nrzi_decode_impl.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2020 Daniel Estevez <daniel@destevez.net>
4
*
5
* This file is part of gr-satellites
6
*
7
* SPDX-License-Identifier: GPL-3.0-or-later
8
*
9
*/
10
11
#ifndef INCLUDED_SATELLITES_NRZI_DECODE_IMPL_H
12
#define INCLUDED_SATELLITES_NRZI_DECODE_IMPL_H
13
14
#include <
satellites/nrzi_decode.h
>
15
16
namespace
gr
{
17
namespace
satellites {
18
19
class
nrzi_decode_impl
:
public
nrzi_decode
20
{
21
public
:
22
nrzi_decode_impl
();
23
~nrzi_decode_impl
();
24
25
// Where all the action really happens
26
int
work
(
int
noutput_items,
27
gr_vector_const_void_star& input_items,
28
gr_vector_void_star& output_items);
29
};
30
31
}
// namespace satellites
32
}
// namespace gr
33
34
#endif
/* INCLUDED_SATELLITES_NRZI_DECODE_IMPL_H */
gr::satellites::nrzi_decode_impl
Definition
nrzi_decode_impl.h:20
gr::satellites::nrzi_decode_impl::~nrzi_decode_impl
~nrzi_decode_impl()
gr::satellites::nrzi_decode_impl::work
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
gr::satellites::nrzi_decode_impl::nrzi_decode_impl
nrzi_decode_impl()
gr::satellites::nrzi_decode
NRZI decode.
Definition
nrzi_decode.h:26
gr
Definition
ax100_decode.h:17
nrzi_decode.h
lib
nrzi_decode_impl.h
Generated by
1.9.8