GNU Radio's MESA Package
gr::mesa::AvgToMsg Class Referenceabstract

<+description of block+> More...

#include <AvgToMsg.h>

Inheritance diagram for gr::mesa::AvgToMsg:
gr::mesa::AvgToMsg_impl

Public Types

typedef boost::shared_ptr< AvgToMsgsptr
 

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...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<AvgToMsg> gr::mesa::AvgToMsg::sptr

Member Function Documentation

◆ make()

static sptr gr::mesa::AvgToMsg::make ( int  veclen)
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.

◆ setHold()

virtual void gr::mesa::AvgToMsg::setHold ( bool  newValue)
pure virtual

Implemented in gr::mesa::AvgToMsg_impl.


The documentation for this class was generated from the following file: