GNU Radio 3.6.5 C++ API
|
Convert stream of shorts to a stream of chars. More...
#include <short_to_char.h>
Public Types | |
typedef boost::shared_ptr < short_to_char > | sptr |
Static Public Member Functions | |
static sptr | make (size_t vlen=1) |
Convert stream of shorts to a stream of chars.
static sptr gr::blocks::short_to_char::make | ( | size_t | vlen = 1 | ) | [static] |
Build a short to char block.
vlen | vector length of data streams. |