![]() |
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 <signal.h>#include <vector>#include "loggerwithfile.h"#include "maincore.h"#include "dsp/dsptypes.h"
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 | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 102 of file main.cpp.
References qtwebapp::Logger::installMsgHandler().
Here is the call graph for this function:
1.8.13