GNU Radio 3.7.1 C++ API
gr::blocks::endian_swap Class Reference

Convert stream of items into thier byte swapped version. More...

#include <endian_swap.h>

Inheritance diagram for gr::blocks::endian_swap:

List of all members.

Public Types

typedef boost::shared_ptr
< endian_swap
sptr

Static Public Member Functions

static sptr make (size_t item_size_bytes=1)

Detailed Description

Convert stream of items into thier byte swapped version.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::endian_swap::make ( size_t  item_size_bytes = 1) [static]

Make an endian swap block.

Parameters:
item_size_bytesnumber of bytes per item, 1=no-op, 2=uint16_t, 4=uint32_t, 8=uint64_t

The documentation for this class was generated from the following file: