23 #ifndef INCLUDED_GR_MAP_BB_H 24 #define INCLUDED_GR_MAP_BB_H 47 typedef boost::shared_ptr<map_bb>
sptr;
54 static sptr make(
const std::vector<int>&
map);
56 virtual void set_map(
const std::vector<int>&
map) = 0;
57 virtual std::vector<int>
map()
const = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
boost::shared_ptr< map_bb > sptr
Definition: map_bb.h:47
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
PMT_API pmt_t map(pmt_t proc(const pmt_t &), pmt_t list)
Apply proc element-wise to the elements of list and returns a list of the results, in order.
output[i] = map[input[i]]
Definition: map_bb.h:43