|
GNU Radio's CCSDS Package
|
#include <recoverCADU_impl.h>

Public Member Functions | |
| recoverCADU_impl (int frame_length, int scramble, std::string tag_name) | |
| ~recoverCADU_impl () | |
| void | ambResolution (int ambiguity, unsigned char frame_data[], int frame_length) |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Additional Inherited Members | |
Public Types inherited from gr::ccsds::recoverCADU | |
| typedef boost::shared_ptr< recoverCADU > | sptr |
Static Public Member Functions inherited from gr::ccsds::recoverCADU | |
| static sptr | make (int frame_length, int scramble, std::string tag_name) |
| Return a shared_ptr to a new instance of ccsds::recoverCADU. More... | |
| gr::ccsds::recoverCADU_impl::recoverCADU_impl | ( | int | frame_length, |
| int | scramble, | ||
| std::string | tag_name | ||
| ) |
| gr::ccsds::recoverCADU_impl::~recoverCADU_impl | ( | ) |
| void gr::ccsds::recoverCADU_impl::ambResolution | ( | int | ambiguity, |
| unsigned char | frame_data[], | ||
| int | frame_length | ||
| ) |
| int gr::ccsds::recoverCADU_impl::work | ( | int | noutput_items, |
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items | ||
| ) |