23 #ifndef SPECTRUM_UPDATE_EVENTS_H
24 #define SPECTRUM_UPDATE_EVENTS_H
45 const double* realTimeDomainPoints,
46 const double* imagTimeDomainPoints,
47 const uint64_t numTimeDomainDataPoints,
49 const bool repeatDataFlag,
50 const bool lastOfMultipleUpdateFlag,
52 const int droppedFFTFrames);
71 double* _realDataTimeDomainPoints;
72 double* _imagDataTimeDomainPoints;
77 bool _lastOfMultipleUpdateFlag;
79 int _droppedFFTFrames;
116 double _centerFrequency;
117 double _startFrequency;
118 double _stopFrequency;
126 const uint64_t numTimeDomainDataPoints,
127 const std::vector< std::vector<gr::tag_t> > tags);
136 const std::vector< std::vector<gr::tag_t> >
getTags()
const;
145 std::vector<double*> _dataTimeDomainPoints;
147 std::vector< std::vector<gr::tag_t> > _tags;
163 const std::vector<double*>
getPoints()
const;
174 std::vector<double*> _dataPoints;
188 double _centerFrequency;
200 const std::vector<double*> imagDataPoints,
206 const std::vector<double*> getRealPoints()
const;
207 const std::vector<double*> getImagPoints()
const;
209 bool getRepeatDataFlag()
const;
211 static QEvent::Type Type()
218 std::vector<double*> _realDataPoints;
219 std::vector<double*> _imagDataPoints;
237 const std::vector<double*>
getPoints()
const;
250 std::vector<double*> _dataPoints;
268 const std::vector<double*>
getPoints()
const;
279 std::vector<double*> _dataPoints;
307 std::vector<double*> _points;
331 std::vector<float> _samples;