Home
last modified time | relevance | path

Searched refs:d_last_time (Results 1 – 25 of 28) sorted by relevance

12

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-qtgui/lib/
H A Dwaterfall_sink_f_impl.cc245 d_last_time = 0; in set_update_time()
413 d_last_time = 0; in fftresize()
470 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in work()
484 d_last_time = gr::high_res_timer_now(); in work()
487 new WaterfallUpdateEvent(d_magbufs, d_fftsize, d_last_time)); in work()
542 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in handle_pdus()
543 d_last_time = gr::high_res_timer_now(); in handle_pdus()
H A Dwaterfall_sink_c_impl.cc247 d_last_time = 0; in set_update_time()
407 d_last_time = 0; in fftresize()
464 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in work()
478 d_last_time = gr::high_res_timer_now(); in work()
481 new WaterfallUpdateEvent(d_magbufs, d_fftsize, d_last_time)); in work()
536 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in handle_pdus()
537 d_last_time = gr::high_res_timer_now(); in handle_pdus()
H A Dhistogram_sink_f_impl.cc177 d_last_time = 0; in set_update_time()
336 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in work()
337 d_last_time = gr::high_res_timer_now(); in work()
389 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in handle_pdus()
390 d_last_time = gr::high_res_timer_now(); in handle_pdus()
H A Dconst_sink_c_impl.cc178 d_last_time = 0; in set_update_time()
462 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in work()
463 d_last_time = gr::high_res_timer_now(); in work()
512 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in handle_pdus()
513 d_last_time = gr::high_res_timer_now(); in handle_pdus()
H A Dtime_raster_sink_f_impl.cc174 d_last_time = 0; in set_update_time()
386 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in work()
387 d_last_time = gr::high_res_timer_now(); in work()
445 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in handle_pdus()
446 d_last_time = gr::high_res_timer_now(); in handle_pdus()
H A Dtime_raster_sink_b_impl.cc176 d_last_time = 0; in set_update_time()
391 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in work()
392 d_last_time = gr::high_res_timer_now(); in work()
454 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in handle_pdus()
455 d_last_time = gr::high_res_timer_now(); in handle_pdus()
H A Dber_sink_b_impl.cc64 d_last_time(0) in ber_sink_b_impl()
191 d_last_time = 0; in set_update_time()
277 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in general_work()
278 d_last_time = gr::high_res_timer_now(); in general_work()
H A Dfreq_sink_c_impl.cc247 d_last_time = 0; in set_update_time()
471 d_last_time = 0; in fftresize()
582 if ((gr::high_res_timer_now() - d_last_time) > d_update_time) { in work()
615 d_last_time = gr::high_res_timer_now(); in work()
656 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in handle_pdus()
657 d_last_time = gr::high_res_timer_now(); in handle_pdus()
H A Dfreq_sink_f_impl.cc247 d_last_time = 0; in set_update_time()
474 d_last_time = 0; in fftresize()
585 if ((gr::high_res_timer_now() - d_last_time) > d_update_time) { in work()
618 d_last_time = gr::high_res_timer_now(); in work()
658 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in handle_pdus()
659 d_last_time = gr::high_res_timer_now(); in handle_pdus()
H A Dnumber_sink_impl.cc135 d_last_time = 0; in set_update_time()
311 if ((gr::high_res_timer_now() - d_last_time) > d_update_time) { in work()
312 d_last_time = gr::high_res_timer_now(); in work()
H A Dtime_sink_f_impl.cc188 d_last_time = 0; in set_update_time()
598 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in work()
599 d_last_time = gr::high_res_timer_now(); in work()
645 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in handle_pdus()
646 d_last_time = gr::high_res_timer_now(); in handle_pdus()
H A Dvector_sink_f_impl.cc219 d_last_time = 0; in set_update_time()
327 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in work()
335 d_last_time = gr::high_res_timer_now(); in work()
H A Dtime_sink_c_impl.cc193 d_last_time = 0; in set_update_time()
610 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in work()
611 d_last_time = gr::high_res_timer_now(); in work()
681 if (gr::high_res_timer_now() - d_last_time > d_update_time) { in handle_pdus()
682 d_last_time = gr::high_res_timer_now(); in handle_pdus()
H A Dber_sink_b_impl.h50 gr::high_res_timer_type d_last_time; variable
H A Dhistogram_sink_f_impl.h54 gr::high_res_timer_type d_last_time; variable
H A Dnumber_sink_impl.h58 gr::high_res_timer_type d_last_time; variable
H A Dconst_sink_c_impl.h53 gr::high_res_timer_type d_last_time; variable
H A Dvector_sink_f_impl.h61 gr::high_res_timer_type d_last_time; variable
H A Dtime_raster_sink_b_impl.h62 gr::high_res_timer_type d_last_time; variable
H A Dtime_raster_sink_f_impl.h61 gr::high_res_timer_type d_last_time; variable
H A Dwaterfall_sink_c_impl.h73 gr::high_res_timer_type d_last_time; variable
H A Dwaterfall_sink_f_impl.h73 gr::high_res_timer_type d_last_time; variable
H A Dtime_sink_c_impl.h57 gr::high_res_timer_type d_last_time; variable
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Dheader_payload_demux_impl.cc130 d_last_time(pmt::make_tuple(pmt::from_uint64(0L), pmt::from_double(0.0))), in header_payload_demux_impl()
537 d_last_time = tags.back().value; in update_special_tags()
564 _update_pmt_time(d_last_time, in add_special_tags()
H A Dheader_payload_demux_impl.h55 pmt::pmt_t d_last_time; //!< The actual time that was indicated variable

12