21 #ifndef INCLUDED_RADAR_PRINT_RESULTS_IMPL_H 22 #define INCLUDED_RADAR_PRINT_RESULTS_IMPL_H void handle_msg(pmt::pmt_t msg)
pmt::pmt_t d_port_id_in
Definition: print_results_impl.h:40
size_t d_size_msg
Definition: print_results_impl.h:41
pmt::pmt_t d_msg_part
Definition: print_results_impl.h:42
This block prints data of messages filled with data of the structure [ [[symbol_0],[data_0]], [[symbol_1],[data_1]], ...] on the command line. Only data of the datatypes f32vector and long, and rx_time tuples are displayed. The output can also be stored in a text file.
Definition: print_results.h:39
std::string d_filename
Definition: print_results_impl.h:45
bool d_store_msg
Definition: print_results_impl.h:46
Definition: crop_matrix_vcvc.h:28
std::ofstream d_file
Definition: print_results_impl.h:44
Definition: print_results_impl.h:30
print_results_impl(bool store_msg, const std::string filename)
size_t d_size_part
Definition: print_results_impl.h:41