17#ifndef INCLUDED_GR_IEEE802_15_4_MAC_H
18#define INCLUDED_GR_IEEE802_15_4_MAC_H
21#include <gnuradio/block.h>
24namespace ieee802_15_4 {
39 typedef boost::shared_ptr<mac>
sptr;
#define IEEE802_15_4_API
Definition api.h:25
This is the MAC Block.
Definition mac.h:33
virtual float get_packet_error_ratio()=0
virtual int get_num_packet_errors()=0
static sptr make(bool debug=false, int fcf=0x8841, int seq_nr=0, int dst_pan=0x1aaa, int dst=0xffff, int src=0x3344)
virtual int get_num_packets_received()=0
boost::shared_ptr< mac > sptr
Definition mac.h:39
Definition access_code_prefixer.h:23