|
GNU Radio 3.7.1 C++ API
|
#include <spectrumUpdateEvents.h>
Public Member Functions | |
| TimeUpdateEvent (const std::vector< double * > timeDomainPoints, const uint64_t numTimeDomainDataPoints) | |
| ~TimeUpdateEvent () | |
| int | which () const |
| const std::vector< double * > | getTimeDomainPoints () const |
| uint64_t | getNumTimeDomainDataPoints () const |
| bool | getRepeatDataFlag () const |
Static Public Member Functions | |
| static QEvent::Type | Type () |
| TimeUpdateEvent::TimeUpdateEvent | ( | const std::vector< double * > | timeDomainPoints, |
| const uint64_t | numTimeDomainDataPoints | ||
| ) |
| bool TimeUpdateEvent::getRepeatDataFlag | ( | ) | const |
| const std::vector<double*> TimeUpdateEvent::getTimeDomainPoints | ( | ) | const |
| static QEvent::Type TimeUpdateEvent::Type | ( | ) | [inline, static] |
References SpectrumUpdateEventType.
| int TimeUpdateEvent::which | ( | ) | const |