GNU Radio Manual and C++ API Reference 3.8.5.0
The Free & Open Software Radio Ecosystem
Loading...
Searching...
No Matches
TimeRasterUpdateEvent Class Reference

#include <gnuradio/qtgui/spectrumUpdateEvents.h>

Public Member Functions

 TimeRasterUpdateEvent (const std::vector< double * > dataPoints, const uint64_t numDataPoints)
 ~TimeRasterUpdateEvent ()
int which () const
const std::vector< double * > getPoints () const
uint64_t getNumDataPoints () const
bool getRepeatDataFlag () const

Static Public Member Functions

static QEvent::Type Type ()

Constructor & Destructor Documentation

◆ TimeRasterUpdateEvent()

TimeRasterUpdateEvent::TimeRasterUpdateEvent ( const std::vector< double * > dataPoints,
const uint64_t numDataPoints )

◆ ~TimeRasterUpdateEvent()

TimeRasterUpdateEvent::~TimeRasterUpdateEvent ( )

Member Function Documentation

◆ getNumDataPoints()

uint64_t TimeRasterUpdateEvent::getNumDataPoints ( ) const

◆ getPoints()

const std::vector< double * > TimeRasterUpdateEvent::getPoints ( ) const

◆ getRepeatDataFlag()

bool TimeRasterUpdateEvent::getRepeatDataFlag ( ) const

◆ Type()

QEvent::Type TimeRasterUpdateEvent::Type ( )
inlinestatic

◆ which()

int TimeRasterUpdateEvent::which ( ) const

The documentation for this class was generated from the following file: