|
JackTrip
|
#include <iostream>#include <QCoreApplication>#include <QScopedPointer>#include <signal.h>#include "jacktrip_globals.h"#include "Settings.h"#include "UdpHubListener.h"#include <QLoggingCategory>
Functions | |
| void | qtMessageHandler (__attribute__((unused)) QtMsgType type, __attribute__((unused)) const QMessageLogContext &context, const QString &msg) |
| BOOL WINAPI | windowsCtrlHandler (DWORD fdwCtrlType) |
| int | main (int argc, char *argv[]) |
Variables | |
| bool | isHubServer = false |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void qtMessageHandler | ( | __attribute__((unused)) QtMsgType | type, |
| __attribute__((unused)) const QMessageLogContext & | context, | ||
| const QString & | msg | ||
| ) |
| BOOL WINAPI windowsCtrlHandler | ( | DWORD | fdwCtrlType | ) |
| bool isHubServer = false |