|
GNU Radio's BLUETOOTH Package
|
#include <piconet.h>
Public Types | |
| typedef boost::shared_ptr < piconet > | sptr |
Public Member Functions | |
| virtual int | init_hop_reversal (bool aliased)=0 |
| virtual char | hop (int clock)=0 |
| virtual char | aliased_channel (char channel)=0 |
| virtual void | reset ()=0 |
| void | enqueue (packet::sptr pkt) |
| packet::sptr | dequeue () |
Friends | |
| class | base_rate_piconet |
| class | low_energy_piconet |
| typedef boost::shared_ptr<piconet> gr::bluetooth::piconet::sptr |
|
pure virtual |
| packet::sptr gr::bluetooth::piconet::dequeue | ( | ) |
| void gr::bluetooth::piconet::enqueue | ( | packet::sptr | pkt | ) |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
friend |
|
friend |