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