GNU Radio 3.6.0 C++ API
gr_block_gw_handler Class Reference

#include <block_gateway.h>

List of all members.

Public Member Functions

 gr_block_gw_handler (void)
virtual ~gr_block_gw_handler (void)
virtual void call_handle (void)

Protected Member Functions

virtual void handle (void)

Detailed Description

This handler combined with swig directors allows C++ to call into python. The handle() routine must be overloaded in python. The call_handle() routine is called from C++.


Constructor & Destructor Documentation

gr_block_gw_handler::gr_block_gw_handler ( void  )
virtual gr_block_gw_handler::~gr_block_gw_handler ( void  ) [virtual]

Member Function Documentation

virtual void gr_block_gw_handler::call_handle ( void  ) [virtual]
virtual void gr_block_gw_handler::handle ( void  ) [protected, virtual]

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