|
GNU Radio 3.6.5 C++ API
|
output = input + constant More...
#include <add_const_cc.h>
Public Types | |
| typedef boost::shared_ptr < add_const_cc > | sptr |
Public Member Functions | |
| virtual gr_complex | k () const =0 |
| Return additive constant. | |
| virtual void | set_k (gr_complex k)=0 |
| Set additive constant. | |
Static Public Member Functions | |
| static sptr | make (gr_complex k) |
| Create an instance of add_const_cc. | |
output = input + constant
| virtual gr_complex gr::blocks::add_const_cc::k | ( | ) | const [pure virtual] |
Return additive constant.
Implemented in gr::blocks::add_const_cc_impl.
| static sptr gr::blocks::add_const_cc::make | ( | gr_complex | k | ) | [static] |
Create an instance of add_const_cc.
| k | additive constant |
| virtual void gr::blocks::add_const_cc::set_k | ( | gr_complex | k | ) | [pure virtual] |
Set additive constant.
Implemented in gr::blocks::add_const_cc_impl.