|
GNU Radio's CCSDS Package
|
<+description of block+> More...
#include <synchronizeCADU.h>

Public Types | |
| typedef boost::shared_ptr< synchronizeCADU > | sptr |
Static Public Member Functions | |
| static sptr | make (std::string syncWord, int tolerance, std::string tagName) |
| Return a shared_ptr to a new instance of ccsds::synchronizeCADU. More... | |
<+description of block+>
| typedef boost::shared_ptr<synchronizeCADU> gr::ccsds::synchronizeCADU::sptr |
|
static |
Return a shared_ptr to a new instance of ccsds::synchronizeCADU.
To avoid accidental use of raw pointers, ccsds::synchronizeCADU's constructor is in a private implementation class. ccsds::synchronizeCADU::make is the public interface for creating new instances.