![]() |
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 <bladerf2input.h>
Inheritance diagram for BladeRF2Input::MsgReportGainRange:
Collaboration diagram for BladeRF2Input::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 103 of file bladerf2input.h.
|
inlineprotected |
Definition at line 120 of file bladerf2input.h.
|
inlinestatic |
Definition at line 111 of file bladerf2input.h.
Referenced by BladeRF2Input::applySettings(), and BladeRF2Input::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 108 of file bladerf2input.h.
Referenced by BladeRF2InputGui::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 107 of file bladerf2input.h.
Referenced by BladeRF2InputGui::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 109 of file bladerf2input.h.
Referenced by BladeRF2InputGui::handleMessage().
Here is the caller graph for this function:
|
protected |
Definition at line 117 of file bladerf2input.h.
|
protected |
Definition at line 116 of file bladerf2input.h.
|
protected |
Definition at line 118 of file bladerf2input.h.
1.8.13