ddt 1.2.1
Loading...
Searching...
No Matches
ddtRemoteClient.cpp File Reference

DDT Remote Client. A library for the remote interface to the DDT Viewer. DDT Viewer. Class for the remote client library. More...

#include <csignal>
#include <iostream>
#include "ddt/ddtRemoteClient.hpp"
#include "ddt/commandLineParser.hpp"
std::condition_variable interrupt_condition
 
std::mutex interrupt_mutex
 
bool done = false
 
int interrupt = 0
 
std::atomic< bool > sig_int (false)
 
void StopQuitThread ()
 
void SignalHandler (const int signal_num)
 

Detailed Description

DDT Remote Client. A library for the remote interface to the DDT Viewer. DDT Viewer. Class for the remote client library.

Author
Matthias Grimm, CGI
Since
2021/04/22

Function Documentation

◆ sig_int()

std::atomic< bool > sig_int ( false )

◆ SignalHandler()

void SignalHandler ( const int signal_num)

◆ StopQuitThread()

void StopQuitThread ( )

Variable Documentation

◆ done

bool done = false

◆ interrupt

int interrupt = 0

◆ interrupt_condition

std::condition_variable interrupt_condition

◆ interrupt_mutex

std::mutex interrupt_mutex