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

Convert stream of floats to a stream of shorts. More...

#include <float_to_short.h>

Inheritance diagram for gr::blocks::float_to_short:

List of all members.

Public Types

typedef boost::shared_ptr
< float_to_short
sptr

Public Member Functions

virtual float scale () const =0
virtual void set_scale (float scale)=0

Static Public Member Functions

static sptr make (size_t vlen=1, float scale=1.0)

Detailed Description

Convert stream of floats to a stream of shorts.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::float_to_short::make ( size_t  vlen = 1,
float  scale = 1.0 
) [static]

Build a float to short block.

Parameters:
vlenvector length of data streams.
scalea scalar multiplier to change the output signal scale.
virtual float gr::blocks::float_to_short::scale ( ) const [pure virtual]

Get the scalar multiplier value.

virtual void gr::blocks::float_to_short::set_scale ( float  scale) [pure virtual]

Set the scalar multiplier value.


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