#include <spectrumUpdateEvents.h>
List of all members.
Constructor & Destructor Documentation
| SpectrumUpdateEvent::SpectrumUpdateEvent |
( |
const std::complex< float > * |
fftPoints, |
|
|
const uint64_t |
numFFTDataPoints, |
|
|
const double * |
realTimeDomainPoints, |
|
|
const double * |
imagTimeDomainPoints, |
|
|
const uint64_t |
numTimeDomainDataPoints, |
|
|
const gruel::high_res_timer_type |
dataTimestamp, |
|
|
const bool |
repeatDataFlag, |
|
|
const bool |
lastOfMultipleUpdateFlag, |
|
|
const gruel::high_res_timer_type |
generatedTimestamp, |
|
|
const int |
droppedFFTFrames |
|
) |
| |
| SpectrumUpdateEvent::~SpectrumUpdateEvent |
( |
| ) |
|
Member Function Documentation
| gruel::high_res_timer_type SpectrumUpdateEvent::getDataTimestamp |
( |
| ) |
const |
| int SpectrumUpdateEvent::getDroppedFFTFrames |
( |
| ) |
const |
| gruel::high_res_timer_type SpectrumUpdateEvent::getEventGeneratedTimestamp |
( |
| ) |
const |
| const std::complex<float>* SpectrumUpdateEvent::getFFTPoints |
( |
| ) |
const |
| const double* SpectrumUpdateEvent::getImagTimeDomainPoints |
( |
| ) |
const |
| bool SpectrumUpdateEvent::getLastOfMultipleUpdateFlag |
( |
| ) |
const |
| uint64_t SpectrumUpdateEvent::getNumFFTDataPoints |
( |
| ) |
const |
| uint64_t SpectrumUpdateEvent::getNumTimeDomainDataPoints |
( |
| ) |
const |
| const double* SpectrumUpdateEvent::getRealTimeDomainPoints |
( |
| ) |
const |
| bool SpectrumUpdateEvent::getRepeatDataFlag |
( |
| ) |
const |
The documentation for this class was generated from the following file: