![]() |
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.
|
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 MsgConfigureScopeVisNG * | create (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 |
Definition at line 252 of file scopevis.h.
|
inlineprivate |
Definition at line 279 of file scopevis.h.
|
inlinestatic |
Definition at line 256 of file scopevis.h.
Referenced by ScopeVis::configure().
Here is the caller graph for this function:
|
inline |
Definition at line 270 of file scopevis.h.
Referenced by ScopeVis::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 267 of file scopevis.h.
Referenced by ScopeVis::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 268 of file scopevis.h.
Referenced by ScopeVis::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 266 of file scopevis.h.
Referenced by ScopeVis::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 269 of file scopevis.h.
Referenced by ScopeVis::handleMessage().
Here is the caller graph for this function:
|
private |
Definition at line 277 of file scopevis.h.
|
private |
Definition at line 274 of file scopevis.h.
|
private |
Definition at line 275 of file scopevis.h.
|
private |
Definition at line 273 of file scopevis.h.
|
private |
Definition at line 276 of file scopevis.h.
1.8.13