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

#include <estimator_cw_impl.h>

Inheritance diagram for gr::radar::estimator_cw_impl:
gr::radar::estimator_cw

Public Member Functions

 estimator_cw_impl (float center_freq)
 
 ~estimator_cw_impl ()
 
void handle_msg (pmt::pmt_t msg)
 

Public Attributes

float d_center_freq
 
pmt::pmt_t d_port_id_in
 
pmt::pmt_t d_port_id_out
 
std::vector< float > d_freq
 
pmt::pmt_t d_ptimestamp
 
pmt::pmt_t d_pfreq
 
std::vector< float > d_vel
 
pmt::pmt_t d_vel_key
 
pmt::pmt_t d_vel_value
 
pmt::pmt_t d_vel_pack
 
pmt::pmt_t d_value
 
pmt::pmt_t d_time_key
 
pmt::pmt_t d_time_value
 
pmt::pmt_t d_time_pack
 

Static Public Attributes

static constexpr float c_light = 3e8
 

Additional Inherited Members

- Public Types inherited from gr::radar::estimator_cw
typedef boost::shared_ptr< estimator_cwsptr
 
- Static Public Member Functions inherited from gr::radar::estimator_cw
static sptr make (float center_freq)
 Return a shared_ptr to a new instance of radar::estimator_cw. More...
 

Constructor & Destructor Documentation

gr::radar::estimator_cw_impl::estimator_cw_impl ( float  center_freq)
gr::radar::estimator_cw_impl::~estimator_cw_impl ( )

Member Function Documentation

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

Member Data Documentation

constexpr float gr::radar::estimator_cw_impl::c_light = 3e8
static
float gr::radar::estimator_cw_impl::d_center_freq
std::vector<float> gr::radar::estimator_cw_impl::d_freq
pmt::pmt_t gr::radar::estimator_cw_impl::d_pfreq
pmt::pmt_t gr::radar::estimator_cw_impl::d_port_id_in
pmt::pmt_t gr::radar::estimator_cw_impl::d_port_id_out
pmt::pmt_t gr::radar::estimator_cw_impl::d_ptimestamp
pmt::pmt_t gr::radar::estimator_cw_impl::d_time_key
pmt::pmt_t gr::radar::estimator_cw_impl::d_time_pack
pmt::pmt_t gr::radar::estimator_cw_impl::d_time_value
pmt::pmt_t gr::radar::estimator_cw_impl::d_value
std::vector<float> gr::radar::estimator_cw_impl::d_vel
pmt::pmt_t gr::radar::estimator_cw_impl::d_vel_key
pmt::pmt_t gr::radar::estimator_cw_impl::d_vel_pack
pmt::pmt_t gr::radar::estimator_cw_impl::d_vel_value

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