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.
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
DeviceXTRXShared::MsgReportDeviceInfo Class Reference

#include <devicextrxshared.h>

+ Inheritance diagram for DeviceXTRXShared::MsgReportDeviceInfo:
+ Collaboration diagram for DeviceXTRXShared::MsgReportDeviceInfo:

Public Member Functions

float getTemperature () const
 
bool getGPSLocked () 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 MsgReportDeviceInfocreate (float temperature, bool gpsLocked)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgReportDeviceInfo (float temperature, bool gpsLocked)
 

Private Attributes

float m_temperature
 
bool m_gpsLocked
 

Additional Inherited Members

- Protected Attributes inherited from Message
void * m_destination
 
- Static Protected Attributes inherited from Message
static const char * m_identifier = 0
 

Detailed Description

Definition at line 105 of file devicextrxshared.h.

Constructor & Destructor Documentation

◆ MsgReportDeviceInfo()

DeviceXTRXShared::MsgReportDeviceInfo::MsgReportDeviceInfo ( float  temperature,
bool  gpsLocked 
)
inlineprivate

Definition at line 121 of file devicextrxshared.h.

121  :
122  Message(),
123  m_temperature(temperature),
124  m_gpsLocked(gpsLocked)
125  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgReportDeviceInfo* DeviceXTRXShared::MsgReportDeviceInfo::create ( float  temperature,
bool  gpsLocked 
)
inlinestatic

Definition at line 112 of file devicextrxshared.h.

Referenced by XTRXOutput::handleMessage(), and XTRXInput::handleMessage().

113  {
114  return new MsgReportDeviceInfo(temperature, gpsLocked);
115  }
MsgReportDeviceInfo(float temperature, bool gpsLocked)
+ Here is the caller graph for this function:

◆ getGPSLocked()

bool DeviceXTRXShared::MsgReportDeviceInfo::getGPSLocked ( ) const
inline

Definition at line 110 of file devicextrxshared.h.

Referenced by XTRXOutputGUI::handleMessage(), and XTRXInputGUI::handleMessage().

+ Here is the caller graph for this function:

◆ getTemperature()

float DeviceXTRXShared::MsgReportDeviceInfo::getTemperature ( ) const
inline

Definition at line 109 of file devicextrxshared.h.

Referenced by XTRXOutputGUI::handleMessage(), and XTRXInputGUI::handleMessage().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_gpsLocked

bool DeviceXTRXShared::MsgReportDeviceInfo::m_gpsLocked
private

Definition at line 119 of file devicextrxshared.h.

◆ m_temperature

float DeviceXTRXShared::MsgReportDeviceInfo::m_temperature
private

Definition at line 118 of file devicextrxshared.h.


The documentation for this class was generated from the following file: