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.
Namespaces | Functions
SWGHelpers.h File Reference
#include <QJsonValue>
#include <QList>
#include <QMap>
+ Include dependency graph for SWGHelpers.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SWGSDRangel
 

Functions

void SWGSDRangel::setValue (void *value, QJsonValue obj, QString type, QString complexType)
 
void SWGSDRangel::toJsonArray (QList< void *> *value, QJsonObject *output, QString innerName, QString innerType)
 
void SWGSDRangel::toJsonValue (QString name, void *value, QJsonObject *output, QString type)
 
void SWGSDRangel::toJsonMap (QMap< QString, void *> *value, QJsonObject *output, QString innerName, QString innerType)
 
bool SWGSDRangel::isCompatibleJsonValue (QString type)
 
QString SWGSDRangel::stringValue (QString *value)
 
QString SWGSDRangel::stringValue (qint32 value)
 
QString SWGSDRangel::stringValue (qint64 value)
 
QString SWGSDRangel::stringValue (bool value)