22#ifndef INCLUDED_DECT2_PACKET_DECODER_H
23#define INCLUDED_DECT2_PACKET_DECODER_H
26#include <gnuradio/tagged_stream_block.h>
39 typedef std::shared_ptr<packet_decoder>
sptr;
#define DECT2_API
Definition api.h:19
<+description of block+>
Definition packet_decoder.h:37
virtual void select_rx_part(uint32_t rx_id)=0
std::shared_ptr< packet_decoder > sptr
Definition packet_decoder.h:39
static sptr make()
Return a shared_ptr to a new instance of dect2::packet_decoder.
Definition packet_decoder.h:29
Definition packet_decoder.h:28