JackTrip
Functions | Variables
jacktrip_main.cpp File Reference
#include <iostream>
#include <QCoreApplication>
#include <QScopedPointer>
#include <signal.h>
#include "jacktrip_globals.h"
#include "Settings.h"
#include "UdpHubListener.h"
#include <QLoggingCategory>
Include dependency graph for jacktrip_main.cpp:

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
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ qtMessageHandler()

void qtMessageHandler ( __attribute__((unused)) QtMsgType  type,
__attribute__((unused)) const QMessageLogContext &  context,
const QString &  msg 
)

◆ windowsCtrlHandler()

BOOL WINAPI windowsCtrlHandler ( DWORD  fdwCtrlType)

Variable Documentation

◆ isHubServer

bool isHubServer = false