17#ifndef INCLUDED_IEEE802_11_CHUNKS_TO_SYMBOLS_IMPL_H
18#define INCLUDED_IEEE802_11_CHUNKS_TO_SYMBOLS_IMPL_H
32 int work(
int noutput_items,
33 gr_vector_int& ninput_itmes,
34 gr_vector_const_void_star& input_items,
35 gr_vector_void_star& output_items);
38 std::shared_ptr<gr::digital::constellation> d_mapping;
int work(int noutput_items, gr_vector_int &ninput_itmes, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
~chunks_to_symbols_impl()
Definition chunks_to_symbols.h:27
std::shared_ptr< gr::ieee802_11::constellation_16qam > sptr
Definition constellations.h:52
std::shared_ptr< gr::ieee802_11::constellation_64qam > sptr
Definition constellations.h:63
std::shared_ptr< gr::ieee802_11::constellation_bpsk > sptr
Definition constellations.h:30
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