![]() |
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 <mainparser.h>
Public Member Functions | |
| MainParser () | |
| ~MainParser () | |
| void | parse (const QCoreApplication &app) |
| const QString & | getServerAddress () const |
| uint16_t | getServerPort () const |
| bool | getMIMOSupport () const |
Private Attributes | |
| QString | m_serverAddress |
| uint16_t | m_serverPort |
| bool | m_mimoSupport |
| QCommandLineParser | m_parser |
| QCommandLineOption | m_serverAddressOption |
| QCommandLineOption | m_serverPortOption |
| QCommandLineOption | m_mimoOption |
Definition at line 27 of file mainparser.h.
| MainParser::MainParser | ( | ) |
Definition at line 25 of file mainparser.cpp.
References m_mimoOption, m_mimoSupport, m_parser, m_serverAddress, m_serverAddressOption, m_serverPort, and m_serverPortOption.
| MainParser::~MainParser | ( | ) |
Definition at line 50 of file mainparser.cpp.
|
inline |
Definition at line 37 of file mainparser.h.
Referenced by MainCore::MainCore(), and MainWindow::MainWindow().
Here is the caller graph for this function:
|
inline |
Definition at line 35 of file mainparser.h.
Referenced by MainCore::MainCore(), and MainWindow::MainWindow().
Here is the caller graph for this function:
|
inline |
Definition at line 36 of file mainparser.h.
Referenced by MainCore::MainCore(), and MainWindow::MainWindow().
Here is the caller graph for this function:| void MainParser::parse | ( | const QCoreApplication & | app | ) |
Definition at line 53 of file mainparser.cpp.
References m_mimoOption, m_mimoSupport, m_parser, m_serverAddress, m_serverAddressOption, m_serverPort, and m_serverPortOption.
|
private |
Definition at line 47 of file mainparser.h.
Referenced by MainParser(), and parse().
|
private |
Definition at line 42 of file mainparser.h.
Referenced by MainParser(), and parse().
|
private |
Definition at line 44 of file mainparser.h.
Referenced by MainParser(), and parse().
|
private |
Definition at line 40 of file mainparser.h.
Referenced by MainParser(), and parse().
|
private |
Definition at line 45 of file mainparser.h.
Referenced by MainParser(), and parse().
|
private |
Definition at line 41 of file mainparser.h.
Referenced by MainParser(), and parse().
|
private |
Definition at line 46 of file mainparser.h.
Referenced by MainParser(), and parse().
1.8.13