GNU Radio Radar Toolbox
gr::radar::print_results_impl Class Reference

#include <print_results_impl.h>

Inheritance diagram for gr::radar::print_results_impl:
gr::radar::print_results

Public Member Functions

 print_results_impl (bool store_msg, const std::string filename)
 
 ~print_results_impl ()
 
void handle_msg (pmt::pmt_t msg)
 

Public Attributes

pmt::pmt_t d_port_id_in
 
size_t d_size_msg
 
size_t d_size_part
 
pmt::pmt_t d_msg_part
 
std::ofstream d_file
 
std::string d_filename
 
bool d_store_msg
 

Additional Inherited Members

- Public Types inherited from gr::radar::print_results
typedef boost::shared_ptr< print_resultssptr
 
- Static Public Member Functions inherited from gr::radar::print_results
static sptr make (bool store_msg=false, const std::string filename="")
 Return a shared_ptr to a new instance of radar::print_results. More...
 

Constructor & Destructor Documentation

gr::radar::print_results_impl::print_results_impl ( bool  store_msg,
const std::string  filename 
)
gr::radar::print_results_impl::~print_results_impl ( )

Member Function Documentation

void gr::radar::print_results_impl::handle_msg ( pmt::pmt_t  msg)

Member Data Documentation

std::ofstream gr::radar::print_results_impl::d_file
std::string gr::radar::print_results_impl::d_filename
pmt::pmt_t gr::radar::print_results_impl::d_msg_part
pmt::pmt_t gr::radar::print_results_impl::d_port_id_in
size_t gr::radar::print_results_impl::d_size_msg
size_t gr::radar::print_results_impl::d_size_part
bool gr::radar::print_results_impl::d_store_msg

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