GNU Radio 3.6.5 C++ API

gr::blocks::nop Class Reference

Does nothing. Used for testing only. More...

#include <nop.h>

Inheritance diagram for gr::blocks::nop:
gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::nop_impl

List of all members.

Public Types

typedef boost::shared_ptr< nopsptr

Public Member Functions

virtual int nmsgs_received () const =0

Static Public Member Functions

static sptr make (size_t sizeof_stream_item)

Detailed Description

Does nothing. Used for testing only.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::nop::make ( size_t  sizeof_stream_item) [static]

Build a nop block.

Parameters:
sizeof_stream_itemsize of the stream items in bytes.
virtual int gr::blocks::nop::nmsgs_received ( ) const [pure virtual]

Implemented in gr::blocks::nop_impl.


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