|
GNU Radio 3.7.1 C++ API
|
#include <spectrumUpdateEvents.h>
Public Member Functions | |
| SpectrumUpdateEvent (const float *fftPoints, const uint64_t numFFTDataPoints, const double *realTimeDomainPoints, const double *imagTimeDomainPoints, const uint64_t numTimeDomainDataPoints, const gr::high_res_timer_type dataTimestamp, const bool repeatDataFlag, const bool lastOfMultipleUpdateFlag, const gr::high_res_timer_type generatedTimestamp, const int droppedFFTFrames) | |
| ~SpectrumUpdateEvent () | |
| const float * | getFFTPoints () const |
| const double * | getRealTimeDomainPoints () const |
| const double * | getImagTimeDomainPoints () const |
| uint64_t | getNumFFTDataPoints () const |
| uint64_t | getNumTimeDomainDataPoints () const |
| gr::high_res_timer_type | getDataTimestamp () const |
| bool | getRepeatDataFlag () const |
| bool | getLastOfMultipleUpdateFlag () const |
| gr::high_res_timer_type | getEventGeneratedTimestamp () const |
| int | getDroppedFFTFrames () const |
| SpectrumUpdateEvent::SpectrumUpdateEvent | ( | const float * | fftPoints, |
| const uint64_t | numFFTDataPoints, | ||
| const double * | realTimeDomainPoints, | ||
| const double * | imagTimeDomainPoints, | ||
| const uint64_t | numTimeDomainDataPoints, | ||
| const gr::high_res_timer_type | dataTimestamp, | ||
| const bool | repeatDataFlag, | ||
| const bool | lastOfMultipleUpdateFlag, | ||
| const gr::high_res_timer_type | generatedTimestamp, | ||
| const int | droppedFFTFrames | ||
| ) |
| int SpectrumUpdateEvent::getDroppedFFTFrames | ( | ) | const |
| const float* SpectrumUpdateEvent::getFFTPoints | ( | ) | const |
| const double* SpectrumUpdateEvent::getImagTimeDomainPoints | ( | ) | const |
| const double* SpectrumUpdateEvent::getRealTimeDomainPoints | ( | ) | const |
| bool SpectrumUpdateEvent::getRepeatDataFlag | ( | ) | const |