|
GNU Radio 3.7.1 C++ API
|
#include <spectrumUpdateEvents.h>
Public Member Functions | |
| WaterfallUpdateEvent (const std::vector< double * > dataPoints, const uint64_t numDataPoints, const gr::high_res_timer_type dataTimestamp) | |
| ~WaterfallUpdateEvent () | |
| int | which () const |
| const std::vector< double * > | getPoints () const |
| uint64_t | getNumDataPoints () const |
| bool | getRepeatDataFlag () const |
| gr::high_res_timer_type | getDataTimestamp () const |
Static Public Member Functions | |
| static QEvent::Type | Type () |
| WaterfallUpdateEvent::WaterfallUpdateEvent | ( | const std::vector< double * > | dataPoints, |
| const uint64_t | numDataPoints, | ||
| const gr::high_res_timer_type | dataTimestamp | ||
| ) |
| const std::vector<double*> WaterfallUpdateEvent::getPoints | ( | ) | const |
| bool WaterfallUpdateEvent::getRepeatDataFlag | ( | ) | const |
| static QEvent::Type WaterfallUpdateEvent::Type | ( | ) | [inline, static] |
References SpectrumUpdateEventType.
| int WaterfallUpdateEvent::which | ( | ) | const |