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