|
GNU Radio 3.7.1 C++ API
|
#include <spectrumUpdateEvents.h>
Public Member Functions | |
| ConstUpdateEvent (const std::vector< double * > realDataPoints, const std::vector< double * > imagDataPoints, const uint64_t numDataPoints) | |
| ~ConstUpdateEvent () | |
| int | which () const |
| const std::vector< double * > | getRealPoints () const |
| const std::vector< double * > | getImagPoints () const |
| uint64_t | getNumDataPoints () const |
| bool | getRepeatDataFlag () const |
Static Public Member Functions | |
| static QEvent::Type | Type () |
| ConstUpdateEvent::ConstUpdateEvent | ( | const std::vector< double * > | realDataPoints, |
| const std::vector< double * > | imagDataPoints, | ||
| const uint64_t | numDataPoints | ||
| ) |
| const std::vector<double*> ConstUpdateEvent::getImagPoints | ( | ) | const |
| uint64_t ConstUpdateEvent::getNumDataPoints | ( | ) | const |
| const std::vector<double*> ConstUpdateEvent::getRealPoints | ( | ) | const |
| bool ConstUpdateEvent::getRepeatDataFlag | ( | ) | const |
| static QEvent::Type ConstUpdateEvent::Type | ( | ) | [inline, static] |
References SpectrumUpdateEventType.
| int ConstUpdateEvent::which | ( | ) | const |