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