23 #ifndef SPECTRUM_UPDATE_EVENTS_H
24 #define SPECTRUM_UPDATE_EVENTS_H
44 const double* realTimeDomainPoints,
45 const double* imagTimeDomainPoints,
46 const uint64_t numTimeDomainDataPoints,
48 const bool repeatDataFlag,
49 const bool lastOfMultipleUpdateFlag,
51 const int droppedFFTFrames);
70 double* _realDataTimeDomainPoints;
71 double* _imagDataTimeDomainPoints;
76 bool _lastOfMultipleUpdateFlag;
78 int _droppedFFTFrames;
115 double _centerFrequency;
116 double _startFrequency;
117 double _stopFrequency;
125 const uint64_t numTimeDomainDataPoints);
141 std::vector<double*> _dataTimeDomainPoints;
158 const std::vector<double*>
getPoints()
const;
169 std::vector<double*> _dataPoints;
181 const std::vector<double*> imagDataPoints,
187 const std::vector<double*> getRealPoints()
const;
188 const std::vector<double*> getImagPoints()
const;
190 bool getRepeatDataFlag()
const;
192 static QEvent::Type Type()
199 std::vector<double*> _realDataPoints;
200 std::vector<double*> _imagDataPoints;
218 const std::vector<double*>
getPoints()
const;
231 std::vector<double*> _dataPoints;
249 const std::vector<double*>
getPoints()
const;
260 std::vector<double*> _dataPoints;
288 std::vector<double*> _points;