![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
This class implements a code DLL + carrier PLL tracking block. More...
#include <kf_tracking.h>
Public Member Functions | |
| void | set_channel (uint32_t channel) |
| void | set_gnss_synchro (Gnss_Synchro *p_gnss_synchro) |
| void | start_tracking () |
| void | stop_tracking () |
| int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
Friends | |
| kf_tracking_sptr | kf_make_tracking (const Kf_Conf &conf_) |
This class implements a code DLL + carrier PLL tracking block.
Definition at line 60 of file kf_tracking.h.