23 #ifndef INCLUDED_QTGUI_TIME_SINK_C_H
24 #define INCLUDED_QTGUI_TIME_SINK_C_H
31 #include <qapplication.h>
32 #include <timedisplayform.h>
38 const std::string &
name,
40 QWidget *parent=NULL);
57 const std::string &
name,
61 const std::string &name,
63 QWidget *parent=NULL);
73 std::vector<double*> d_residbufs;
78 TimeDisplayForm *d_main_gui;
87 PyObject* pyqwidget();
89 void set_time_domain_axis(
double min,
double max);
90 void set_update_time(
double t);
91 void set_title(
int which,
const std::string &title);
92 void set_color(
int which,
const std::string &color);
96 int work (
int noutput_items,
97 gr_vector_const_void_star &input_items,
98 gr_vector_void_star &output_items);
#define GR_QTGUI_API
Definition: gr_qtgui_api.h:30
Definition: gr_sync_block.h:27
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
A graphical sink to display multiple signals in time.This is a QT-based graphical sink the takes set ...
Definition: qtgui_time_sink_c.h:53
GR_QTGUI_API qtgui_time_sink_c_sptr qtgui_make_time_sink_c(int size, double bw, const std::string &name, int nconnectons=1, QWidget *parent=NULL)
signed long long high_res_timer_type
Typedef for the timer tick count.
Definition: high_res_timer.h:26
QApplication * d_qApplication
Definition: qtgui_time_sink_c.h:94
VOLK_API $kern pname $kern name
A function pointer to the dispatcher implementation.
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...