10#ifndef INCLUDED_SATELLITES_PACKET_CSMA_H
11#define INCLUDED_SATELLITES_PACKET_CSMA_H
13#include <gnuradio/block.h>
47 typedef std::shared_ptr<packet_csma>
sptr;
58 bool back_to_back_priority,
59 const std::string& len_tag_key =
"packet_len");
#define SATELLITES_API
Definition: api.h:31
Passes packets to the output only when carrier sense is not triggering.
Definition: packet_csma.h:45
std::shared_ptr< packet_csma > sptr
Definition: packet_csma.h:47
static sptr make(size_t itemsize, bool back_to_back_priority, const std::string &len_tag_key="packet_len")
Build the Level to Packet CSMA block.
Definition: ax100_decode.h:17