GNU Radio 3.7.0 C++ API
ConstUpdateEvent Class Reference

#include <spectrumUpdateEvents.h>

List of all members.

Public Member Functions

 ConstUpdateEvent (const std::vector< double * > realDataPoints, const std::vector< double * > imagDataPoints, const uint64_t numDataPoints)
 ~ConstUpdateEvent ()
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 ( const std::vector< double * >  realDataPoints,
const std::vector< double * >  imagDataPoints,
const uint64_t  numDataPoints 
)

Member Function Documentation

const std::vector<double*> ConstUpdateEvent::getImagPoints ( ) const
const std::vector<double*> ConstUpdateEvent::getRealPoints ( ) const
static QEvent::Type ConstUpdateEvent::Type ( ) [inline, static]
int ConstUpdateEvent::which ( ) const

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