|
GNU Radio's SYMBOLRATE Package
|
<+description of block+> More...
#include <symbolrate.h>
Public Types | |
| typedef std::shared_ptr< symbolrate > | sptr |
Static Public Member Functions | |
| static sptr | make (float samp_rate, float valid_min, float valid_max, bool logRates) |
| Return a shared_ptr to a new instance of symbolrate::symbolrate. | |
<+description of block+>
| typedef std::shared_ptr<symbolrate> gr::symbolrate::symbolrate::sptr |
|
static |
Return a shared_ptr to a new instance of symbolrate::symbolrate.
To avoid accidental use of raw pointers, symbolrate::symbolrate's constructor is in a private implementation class. symbolrate::symbolrate::make is the public interface for creating new instances.