23 #ifndef INCLUDED_BAZ_SWAP_H 24 #define INCLUDED_BAZ_SWAP_H 26 #include <gnuradio/sync_block.h> 43 typedef boost::shared_ptr<swap>
sptr;
45 static sptr make(
int item_size,
int vlen,
bool swap =
true);
47 virtual void set_swap(
bool swap) = 0;
49 virtual bool get_swap()
const = 0;
Detect the peak of a signal.
Definition: baz_swap.h:39
Definition: baz_additive_scrambler_bb.h:28
#define BAZ_API
Definition: config.h:8
boost::shared_ptr< swap > sptr
Definition: baz_swap.h:43