11#ifndef INCLUDED_SATELLITES_NRZI_DECODE_H
12#define INCLUDED_SATELLITES_NRZI_DECODE_H
14#include <gnuradio/sync_block.h>
28 typedef std::shared_ptr<nrzi_decode>
sptr;
#define SATELLITES_API
Definition api.h:31
NRZI decode.
Definition nrzi_decode.h:26
static sptr make()
Return a shared_ptr to a new instance of satellites::nrzi_decode.
std::shared_ptr< nrzi_decode > sptr
Definition nrzi_decode.h:28
Definition ax100_decode.h:17