GNU Radio 3.6.5 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:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::endian_swap_impl

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: