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"
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().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 106 of file main.cpp.
References qtwebapp::Logger::installMsgHandler().