GNU Radio's CCSDS Package
gr::ccsds::encodeRS_impl Class Reference

#include <encodeRS_impl.h>

Inheritance diagram for gr::ccsds::encodeRS_impl:

Public Member Functions

 encodeRS_impl (int code, int cbSize, int intDepth, std::string out_tag_key, std::string len_tag_key)
 
 ~encodeRS_impl ()
 
int work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
 

Protected Member Functions

int calculate_output_stream_length (const gr_vector_int &ninput_items)
 

Additional Inherited Members

- Public Types inherited from gr::ccsds::encodeRS
typedef boost::shared_ptr< encodeRS > sptr
 
- Static Public Member Functions inherited from gr::ccsds::encodeRS
static sptr make (int code, int cbSize, int intDepth, std::string out_tag_key, std::string len_tag_key)
 Return a shared_ptr to a new instance of ccsds::encodeRS. More...
 

Constructor & Destructor Documentation

gr::ccsds::encodeRS_impl::encodeRS_impl ( int  code,
int  cbSize,
int  intDepth,
std::string  out_tag_key,
std::string  len_tag_key 
)
gr::ccsds::encodeRS_impl::~encodeRS_impl ( )

Member Function Documentation

int gr::ccsds::encodeRS_impl::calculate_output_stream_length ( const gr_vector_int &  ninput_items)
protected
int gr::ccsds::encodeRS_impl::work ( int  noutput_items,
gr_vector_int &  ninput_items,
gr_vector_const_void_star &  input_items,
gr_vector_void_star &  output_items 
)

The documentation for this class was generated from the following file: