GNU Radio 3.7.2.1 C++ API
TimeUpdateEvent Class Reference

#include <spectrumUpdateEvents.h>

List of all members.

Public Member Functions

 TimeUpdateEvent (const std::vector< double * > timeDomainPoints, const uint64_t numTimeDomainDataPoints, const std::vector< std::vector< gr::tag_t > > tags)
 ~TimeUpdateEvent ()
int which () const
const std::vector< double * > getTimeDomainPoints () const
uint64_t getNumTimeDomainDataPoints () const
bool getRepeatDataFlag () const
const std::vector< std::vector
< gr::tag_t > > 
getTags () const

Static Public Member Functions

static QEvent::Type Type ()

Constructor & Destructor Documentation

TimeUpdateEvent::TimeUpdateEvent ( const std::vector< double * >  timeDomainPoints,
const uint64_t  numTimeDomainDataPoints,
const std::vector< std::vector< gr::tag_t > >  tags 
)
TimeUpdateEvent::~TimeUpdateEvent ( )

Member Function Documentation

uint64_t TimeUpdateEvent::getNumTimeDomainDataPoints ( ) const
bool TimeUpdateEvent::getRepeatDataFlag ( ) const
const std::vector< std::vector<gr::tag_t> > TimeUpdateEvent::getTags ( ) const
const std::vector<double*> TimeUpdateEvent::getTimeDomainPoints ( ) const
static QEvent::Type TimeUpdateEvent::Type ( )
inlinestatic
int TimeUpdateEvent::which ( ) const

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