GNU Radio's TDD Package
|
<+description of block+> More...
#include <ferMsgCount.h>
Public Types | |
typedef boost::shared_ptr< ferMsgCount > | sptr |
Static Public Member Functions | |
static sptr | make (int verbose, int framesync, int crc) |
Return a shared_ptr to a new instance of tdd::ferMsgCount. More... | |
<+description of block+>
typedef boost::shared_ptr<ferMsgCount> gr::tdd::ferMsgCount::sptr |
|
static |
Return a shared_ptr to a new instance of tdd::ferMsgCount.
To avoid accidental use of raw pointers, tdd::ferMsgCount's constructor is in a private implementation class. tdd::ferMsgCount::make is the public interface for creating new instances.