GNU Radio 3.6.5 C++ API
|
#include <Python.h>
#include <gr_qtgui_api.h>
#include <gr_sync_block.h>
#include <gr_firdes.h>
#include <gri_fft.h>
#include <qapplication.h>
#include <timedisplayform.h>
Go to the source code of this file.
Classes | |
class | qtgui_time_sink_c |
A graphical sink to display multiple signals in time. More... | |
Functions | |
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) |
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 |
||
) |