|  | 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 <QCoreApplication>#include <QSysInfo>#include <QTimer>#include <signal.h>#include <unistd.h>#include <vector>#include "loggerwithfile.h"#include "mainbench.h"#include "dsp/dsptypes.h" Include dependency graph for main.cpp:
 Include dependency graph for main.cpp:Go to the source code of this file.
| Functions | |
| void | handler (int sig) | 
| void | catchUnixSignals (const std::vector< int > &quitSignals) | 
| int | main (int argc, char *argv[]) | 
| void catchUnixSignals | ( | const std::vector< int > & | quitSignals | ) | 
| void handler | ( | int | sig | ) | 
Definition at line 32 of file main.cpp.
Referenced by catchUnixSignals(), qtwebapp::HttpConnectionHandlerPool::cleanup(), qtwebapp::HttpConnectionHandlerPool::getConnectionHandler(), and qtwebapp::HttpConnectionHandlerPool::~HttpConnectionHandlerPool().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 106 of file main.cpp.
References qtwebapp::Logger::installMsgHandler().
 Here is the call graph for this function:
 Here is the call graph for this function: 1.8.13
 1.8.13