GNU Radio Manual and C++ API Reference 3.8.5.0
The Free & Open Software Radio Ecosystem
 
Loading...
Searching...
No Matches
feval.h File Reference
#include <gnuradio/api.h>
#include <gnuradio/gr_complex.h>
#include <pmt/pmt.h>
Include dependency graph for feval.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gr::feval_dd
 base class for evaluating a function: double -> double More...
 
class  gr::feval_cc
 base class for evaluating a function: complex -> complex More...
 
class  gr::feval_ll
 base class for evaluating a function: long -> long More...
 
class  gr::feval
 base class for evaluating a function: void -> void More...
 
class  gr::feval_p
 base class for evaluating a function: pmt -> void More...
 

Namespaces

namespace  gr
 GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
 

Functions

GR_RUNTIME_API double gr::feval_dd_example (feval_dd *f, double x)
 trivial examples / test cases showing C++ calling Python code
 
GR_RUNTIME_API gr_complex gr::feval_cc_example (feval_cc *f, gr_complex x)
 
GR_RUNTIME_API long gr::feval_ll_example (feval_ll *f, long x)
 
GR_RUNTIME_API void gr::feval_example (feval *f)