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 <devicelimesdrshared.h>
Public Member Functions | |
float | getTemperature () const |
uint8_t | getGPIOPins () 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 MsgReportDeviceInfo * | create (float temperature, uint8_t gpioPins) |
Static Public Member Functions inherited from Message | |
static bool | match (const Message *message) |
Private Member Functions | |
MsgReportDeviceInfo (float temperature, uint8_t gpioPins) | |
Private Attributes | |
float | m_temperature |
uint8_t | m_gpioPins |
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 102 of file devicelimesdrshared.h.
|
inlineprivate |
Definition at line 118 of file devicelimesdrshared.h.
|
inlinestatic |
Definition at line 109 of file devicelimesdrshared.h.
Referenced by LimeSDROutput::handleMessage(), and LimeSDRInput::handleMessage().
|
inline |
Definition at line 107 of file devicelimesdrshared.h.
Referenced by LimeSDRInputGUI::handleMessage(), and LimeSDROutputGUI::handleMessage().
|
inline |
Definition at line 106 of file devicelimesdrshared.h.
Referenced by LimeSDRInputGUI::handleMessage(), and LimeSDROutputGUI::handleMessage().
|
private |
Definition at line 116 of file devicelimesdrshared.h.
|
private |
Definition at line 115 of file devicelimesdrshared.h.