SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
ScopeVis::MsgConfigureScopeVisNG Class Reference
+ Inheritance diagram for ScopeVis::MsgConfigureScopeVisNG:
+ Collaboration diagram for ScopeVis::MsgConfigureScopeVisNG:

Public Member Functions

uint32_t getTraceSize () const
 
uint32_t getTimeBase () const
 
uint32_t getTimeOfsProMill () const
 
uint32_t getTriggerPre () const
 
bool getFreeRun () const
 
- Public Member Functions inherited from Message
 Message ()
 
virtual ~Message ()
 
virtual const char * getIdentifier () const
 
virtual bool matchIdentifier (const char *identifier) const
 
void * getDestination () const
 
void setDestination (void *destination)
 

Static Public Member Functions

static MsgConfigureScopeVisNGcreate (uint32_t traceSize, uint32_t timeBase, uint32_t timeOfsProMill, uint32_t triggerPre, bool freeRun)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgConfigureScopeVisNG (uint32_t traceSize, uint32_t timeBase, uint32_t timeOfsProMill, uint32_t triggerPre, bool freeRun)
 

Private Attributes

uint32_t m_traceSize
 
uint32_t m_timeBase
 
uint32_t m_timeOfsProMill
 
uint32_t m_triggerPre
 
bool m_freeRun
 

Additional Inherited Members

- Protected Attributes inherited from Message
void * m_destination
 
- Static Protected Attributes inherited from Message
static const char * m_identifier = 0
 

Detailed Description

Definition at line 252 of file scopevis.h.

Constructor & Destructor Documentation

◆ MsgConfigureScopeVisNG()

ScopeVis::MsgConfigureScopeVisNG::MsgConfigureScopeVisNG ( uint32_t  traceSize,
uint32_t  timeBase,
uint32_t  timeOfsProMill,
uint32_t  triggerPre,
bool  freeRun 
)
inlineprivate

Definition at line 279 of file scopevis.h.

283  :
284  m_traceSize(traceSize),
285  m_timeBase(timeBase),
286  m_timeOfsProMill(timeOfsProMill),
287  m_triggerPre(triggerPre),
288  m_freeRun(freeRun)
289  {}

Member Function Documentation

◆ create()

static MsgConfigureScopeVisNG* ScopeVis::MsgConfigureScopeVisNG::create ( uint32_t  traceSize,
uint32_t  timeBase,
uint32_t  timeOfsProMill,
uint32_t  triggerPre,
bool  freeRun 
)
inlinestatic

Definition at line 256 of file scopevis.h.

Referenced by ScopeVis::configure().

262  {
263  return new MsgConfigureScopeVisNG(traceSize, timeBase, timeOfsProMill, triggerPre, freeRun);
264  }
MsgConfigureScopeVisNG(uint32_t traceSize, uint32_t timeBase, uint32_t timeOfsProMill, uint32_t triggerPre, bool freeRun)
Definition: scopevis.h:279
+ Here is the caller graph for this function:

◆ getFreeRun()

bool ScopeVis::MsgConfigureScopeVisNG::getFreeRun ( ) const
inline

Definition at line 270 of file scopevis.h.

Referenced by ScopeVis::handleMessage().

270 { return m_freeRun; }
+ Here is the caller graph for this function:

◆ getTimeBase()

uint32_t ScopeVis::MsgConfigureScopeVisNG::getTimeBase ( ) const
inline

Definition at line 267 of file scopevis.h.

Referenced by ScopeVis::handleMessage().

267 { return m_timeBase; }
+ Here is the caller graph for this function:

◆ getTimeOfsProMill()

uint32_t ScopeVis::MsgConfigureScopeVisNG::getTimeOfsProMill ( ) const
inline

Definition at line 268 of file scopevis.h.

Referenced by ScopeVis::handleMessage().

268 { return m_timeOfsProMill; }
+ Here is the caller graph for this function:

◆ getTraceSize()

uint32_t ScopeVis::MsgConfigureScopeVisNG::getTraceSize ( ) const
inline

Definition at line 266 of file scopevis.h.

Referenced by ScopeVis::handleMessage().

266 { return m_traceSize; }
+ Here is the caller graph for this function:

◆ getTriggerPre()

uint32_t ScopeVis::MsgConfigureScopeVisNG::getTriggerPre ( ) const
inline

Definition at line 269 of file scopevis.h.

Referenced by ScopeVis::handleMessage().

269 { return m_triggerPre; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_freeRun

bool ScopeVis::MsgConfigureScopeVisNG::m_freeRun
private

Definition at line 277 of file scopevis.h.

◆ m_timeBase

uint32_t ScopeVis::MsgConfigureScopeVisNG::m_timeBase
private

Definition at line 274 of file scopevis.h.

◆ m_timeOfsProMill

uint32_t ScopeVis::MsgConfigureScopeVisNG::m_timeOfsProMill
private

Definition at line 275 of file scopevis.h.

◆ m_traceSize

uint32_t ScopeVis::MsgConfigureScopeVisNG::m_traceSize
private

Definition at line 273 of file scopevis.h.

◆ m_triggerPre

uint32_t ScopeVis::MsgConfigureScopeVisNG::m_triggerPre
private

Definition at line 276 of file scopevis.h.


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