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

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