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 | |
uint8_t | getGPIODir () 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 MsgReportGPIOChange * | create (uint8_t gpioDir, uint8_t gpioPins) |
Static Public Member Functions inherited from Message | |
static bool | match (const Message *message) |
Private Member Functions | |
MsgReportGPIOChange (uint8_t gpioDir, uint8_t gpioPins) | |
Private Attributes | |
uint8_t | m_gpioDir |
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 125 of file devicelimesdrshared.h.
|
inlineprivate |
Definition at line 141 of file devicelimesdrshared.h.
|
inlinestatic |
Definition at line 132 of file devicelimesdrshared.h.
Referenced by LimeSDROutput::applySettings().
|
inline |
Definition at line 129 of file devicelimesdrshared.h.
Referenced by LimeSDROutput::handleMessage(), and LimeSDRInput::handleMessage().
|
inline |
Definition at line 130 of file devicelimesdrshared.h.
Referenced by LimeSDROutput::handleMessage(), and LimeSDRInput::handleMessage().
|
private |
Definition at line 138 of file devicelimesdrshared.h.
|
private |
Definition at line 139 of file devicelimesdrshared.h.