11#ifndef INCLUDED_GR_PACKET_SINK_H 
   12#define INCLUDED_GR_PACKET_SINK_H 
   48    typedef std::shared_ptr<packet_sink> 
sptr;
 
   57    static sptr make(
const std::vector<unsigned char>& sync_vector,
 
 
process received bits looking for packet sync, header, and process bits into packet
Definition packet_sink.h:45
virtual bool carrier_sensed() const =0
return true if we detect carrier
std::shared_ptr< packet_sink > sptr
Definition packet_sink.h:48
static sptr make(const std::vector< unsigned char > &sync_vector, msg_queue::sptr target_queue, int threshold=-1)
std::shared_ptr< msg_queue > sptr
Definition msg_queue.h:35
sync_block(void)
Definition sync_block.h:28
#define DIGITAL_API
Definition gr-digital/include/gnuradio/digital/api.h:18
Definition adaptive_algorithm.h:22
GNU Radio logging wrapper.
Definition basic_block.h:29