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

source of short's that gets its data from a vector More...

#include <vector_insert_s.h>

Inheritance diagram for gr::blocks::vector_insert_s:

List of all members.

Public Types

typedef boost::shared_ptr
< vector_insert_s
sptr

Public Member Functions

virtual void rewind ()=0
virtual void set_data (const std::vector< short > &data)=0

Static Public Member Functions

static sptr make (const std::vector< short > &data, int periodicity, int offset=0)

Detailed Description

source of short's that gets its data from a vector


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::vector_insert_s::make ( const std::vector< short > &  data,
int  periodicity,
int  offset = 0 
) [static]

Make vector insert block.

Parameters:
datavector of data to insert
periodicitynumber of samples between when to send data
offsetinitial item offset of first insert
virtual void gr::blocks::vector_insert_s::rewind ( ) [pure virtual]
virtual void gr::blocks::vector_insert_s::set_data ( const std::vector< short > &  data) [pure virtual]

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