|
GNU Radio's MESA Package
|
<+description of block+> More...
#include <AvgToMsg.h>
Public Types | |
| typedef boost::shared_ptr< AvgToMsg > | sptr |
Public Member Functions | |
| virtual void | setHold (bool newValue)=0 |
Static Public Member Functions | |
| static sptr | make (int veclen) |
| Return a shared_ptr to a new instance of mesa::AvgToMsg. More... | |
<+description of block+>
| typedef boost::shared_ptr<AvgToMsg> gr::mesa::AvgToMsg::sptr |
|
static |
Return a shared_ptr to a new instance of mesa::AvgToMsg.
To avoid accidental use of raw pointers, mesa::AvgToMsg's constructor is in a private implementation class. mesa::AvgToMsg::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::mesa::AvgToMsg_impl.