18#ifndef INCLUDED_IEEE802_11_CONSTELLATIONS_H
19#define INCLUDED_IEEE802_11_CONSTELLATIONS_H
21#include <gnuradio/digital/constellation.h>
30 typedef std::shared_ptr<gr::ieee802_11::constellation_bpsk>
sptr;
32 sptr base() {
return std::dynamic_pointer_cast<gr::ieee802_11::constellation_bpsk>(shared_from_this()); }
41 typedef std::shared_ptr<gr::ieee802_11::constellation_qpsk>
sptr;
43 sptr base() {
return std::dynamic_pointer_cast<gr::ieee802_11::constellation_qpsk>(shared_from_this()); }
52 typedef std::shared_ptr<gr::ieee802_11::constellation_16qam>
sptr;
54 sptr base() {
return std::dynamic_pointer_cast<gr::ieee802_11::constellation_16qam>(shared_from_this()); }
63 typedef std::shared_ptr<gr::ieee802_11::constellation_64qam>
sptr;
65 sptr base() {
return std::dynamic_pointer_cast<gr::ieee802_11::constellation_64qam>(shared_from_this()); }
#define IEEE802_11_API
Definition api.h:19
std::shared_ptr< gr::ieee802_11::constellation_16qam > sptr
Definition constellations.h:52
sptr base()
Definition constellations.h:54
sptr base()
Definition constellations.h:65
std::shared_ptr< gr::ieee802_11::constellation_64qam > sptr
Definition constellations.h:63
sptr base()
Definition constellations.h:32
std::shared_ptr< gr::ieee802_11::constellation_bpsk > sptr
Definition constellations.h:30
sptr base()
Definition constellations.h:43
std::shared_ptr< gr::ieee802_11::constellation_qpsk > sptr
Definition constellations.h:41
Definition chunks_to_symbols.h:24
Definition chunks_to_symbols.h:23