![]() |
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.
|
#include <bladerf2output.h>
Inheritance diagram for BladeRF2Output::MsgReportGainRange:
Collaboration diagram for BladeRF2Output::MsgReportGainRange:Public Member Functions | |
| int | getMin () const |
| int | getMax () const |
| int | getStep () 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 MsgReportGainRange * | create (int min, int max, int step) |
Static Public Member Functions inherited from Message | |
| static bool | match (const Message *message) |
Protected Member Functions | |
| MsgReportGainRange (int min, int max, int step) | |
Protected Attributes | |
| int | m_min |
| int | m_max |
| int | m_step |
Protected Attributes inherited from Message | |
| void * | m_destination |
Additional Inherited Members | |
Static Protected Attributes inherited from Message | |
| static const char * | m_identifier = 0 |
Definition at line 81 of file bladerf2output.h.
|
inlineprotected |
Definition at line 98 of file bladerf2output.h.
References BladeRF2Output::BladeRF2Output(), BladeRF2Output::destroy(), BladeRF2Output::init(), BladeRF2Output::start(), BladeRF2Output::stop(), and BladeRF2Output::~BladeRF2Output().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 89 of file bladerf2output.h.
Referenced by BladeRF2Output::applySettings().
Here is the caller graph for this function:
|
inline |
Definition at line 86 of file bladerf2output.h.
Referenced by BladeRF2OutputGui::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 85 of file bladerf2output.h.
Referenced by BladeRF2OutputGui::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 87 of file bladerf2output.h.
|
protected |
Definition at line 95 of file bladerf2output.h.
|
protected |
Definition at line 94 of file bladerf2output.h.
|
protected |
Definition at line 96 of file bladerf2output.h.
1.8.13