|
GNU Radio 3.7.1 C++ API
|
Does nothing. Used for testing only. More...
#include <nop.h>

Public Types | |
| typedef boost::shared_ptr< nop > | sptr |
Public Member Functions | |
| virtual int | nmsgs_received () const =0 |
| virtual int | ctrlport_test () const =0 |
| virtual void | set_ctrlport_test (int x)=0 |
Static Public Member Functions | |
| static sptr | make (size_t sizeof_stream_item) |
Does nothing. Used for testing only.
| typedef boost::shared_ptr<nop> gr::blocks::nop::sptr |
| virtual int gr::blocks::nop::ctrlport_test | ( | ) | const [pure virtual] |
| static sptr gr::blocks::nop::make | ( | size_t | sizeof_stream_item | ) | [static] |
Build a nop block.
| sizeof_stream_item | size of the stream items in bytes. |
| virtual int gr::blocks::nop::nmsgs_received | ( | ) | const [pure virtual] |
| virtual void gr::blocks::nop::set_ctrlport_test | ( | int | x | ) | [pure virtual] |