GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
ConstUpdateEvent Class Reference

#include <gnuradio/qtgui/spectrumUpdateEvents.h>

Public Member Functions

 ConstUpdateEvent (const std::vector< volk::vector< double >> realDataPoints, const std::vector< volk::vector< double >> imagDataPoints, const uint64_t numDataPoints)
 
 ~ConstUpdateEvent () override
 
int which () const
 
const std::vector< double * > getRealPoints () const
 
const std::vector< double * > getImagPoints () const
 
uint64_t getNumDataPoints () const
 
bool getRepeatDataFlag () const
 

Static Public Member Functions

static QEvent::Type Type ()
 

Constructor & Destructor Documentation

◆ ConstUpdateEvent()

ConstUpdateEvent::ConstUpdateEvent ( const std::vector< volk::vector< double >>  realDataPoints,
const std::vector< volk::vector< double >>  imagDataPoints,
const uint64_t  numDataPoints 
)

◆ ~ConstUpdateEvent()

ConstUpdateEvent::~ConstUpdateEvent ( )
override

Member Function Documentation

◆ getImagPoints()

const std::vector<double*> ConstUpdateEvent::getImagPoints ( ) const

◆ getNumDataPoints()

uint64_t ConstUpdateEvent::getNumDataPoints ( ) const

◆ getRealPoints()

const std::vector<double*> ConstUpdateEvent::getRealPoints ( ) const

◆ getRepeatDataFlag()

bool ConstUpdateEvent::getRepeatDataFlag ( ) const

◆ Type()

static QEvent::Type ConstUpdateEvent::Type ( )
inlinestatic

◆ which()

int ConstUpdateEvent::which ( ) const

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