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;
186 const std::vector<double*> imagDataPoints,
192 const std::vector<double*> getRealPoints()
const;
193 const std::vector<double*> getImagPoints()
const;
195 bool getRepeatDataFlag()
const;
197 static QEvent::Type Type()
204 std::vector<double*> _realDataPoints;
205 std::vector<double*> _imagDataPoints;
223 const std::vector<double*>
getPoints()
const;
236 std::vector<double*> _dataPoints;
254 const std::vector<double*>
getPoints()
const;
265 std::vector<double*> _dataPoints;
293 std::vector<double*> _points;