 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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,
62 virtual bool carrier_sensed()
const = 0;
process received bits looking for packet sync, header, and process bits into packet
Definition: packet_sink.h:44
synchronous 1:1 input to output with history
Definition: sync_block.h:25
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
std::shared_ptr< packet_sink > sptr
Definition: packet_sink.h:48
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
std::shared_ptr< msg_queue > sptr
Definition: msg_queue.h:35