GNU Radio 3.6.5 C++ API

gr_packet_sink.h File Reference

#include <gr_core_api.h>
#include <gr_sync_block.h>
#include <gr_msg_queue.h>

Go to the source code of this file.

Classes

class  gr_packet_sink
 process received bits looking for packet sync, header, and process bits into packet More...

Functions

GR_CORE_API gr_packet_sink_sptr gr_make_packet_sink (const std::vector< unsigned char > &sync_vector, gr_msg_queue_sptr target_queue, int threshold=-1)

Function Documentation

GR_CORE_API gr_packet_sink_sptr gr_make_packet_sink ( const std::vector< unsigned char > &  sync_vector,
gr_msg_queue_sptr  target_queue,
int  threshold = -1 
)