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::MsgScopeVisNGMemoryTrace Class Reference
+ Inheritance diagram for ScopeVis::MsgScopeVisNGMemoryTrace:
+ Collaboration diagram for ScopeVis::MsgScopeVisNGMemoryTrace:

Public Member Functions

uint32_t getMemoryIndex () 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 MsgScopeVisNGMemoryTracecreate (uint32_t memoryIndex)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgScopeVisNGMemoryTrace (uint32_t memoryIndex)
 

Private Attributes

uint32_t m_memoryIndex
 

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 538 of file scopevis.h.

Constructor & Destructor Documentation

◆ MsgScopeVisNGMemoryTrace()

ScopeVis::MsgScopeVisNGMemoryTrace::MsgScopeVisNGMemoryTrace ( uint32_t  memoryIndex)
inlineprivate

Definition at line 553 of file scopevis.h.

553  :
554  m_memoryIndex(memoryIndex)
555  {}

Member Function Documentation

◆ create()

static MsgScopeVisNGMemoryTrace* ScopeVis::MsgScopeVisNGMemoryTrace::create ( uint32_t  memoryIndex)
inlinestatic

Definition at line 542 of file scopevis.h.

Referenced by ScopeVis::setMemoryIndex().

544  {
545  return new MsgScopeVisNGMemoryTrace(memoryIndex);
546  }
MsgScopeVisNGMemoryTrace(uint32_t memoryIndex)
Definition: scopevis.h:553
+ Here is the caller graph for this function:

◆ getMemoryIndex()

uint32_t ScopeVis::MsgScopeVisNGMemoryTrace::getMemoryIndex ( ) const
inline

Definition at line 548 of file scopevis.h.

Referenced by ScopeVis::handleMessage().

548 { return m_memoryIndex; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_memoryIndex

uint32_t ScopeVis::MsgScopeVisNGMemoryTrace::m_memoryIndex
private

Definition at line 551 of file scopevis.h.


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