GNU Radio 3.7.1 C++ API
|
Convert stream of items into thier byte swapped version. More...
#include <endian_swap.h>
Public Types | |
typedef boost::shared_ptr < endian_swap > | sptr |
Static Public Member Functions | |
static sptr | make (size_t item_size_bytes=1) |
Convert stream of items into thier byte swapped version.
static sptr gr::blocks::endian_swap::make | ( | size_t | item_size_bytes = 1 | ) | [static] |
Make an endian swap block.
item_size_bytes | number of bytes per item, 1=no-op, 2=uint16_t, 4=uint32_t, 8=uint64_t |