ddt 1.2.1
|
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) |
DDT Remote Client. A library for the remote interface to the DDT Viewer. DDT Viewer. Class for the remote client library.
std::atomic< bool > sig_int | ( | false | ) |
void SignalHandler | ( | const int | signal_num | ) |
void StopQuitThread | ( | ) |
bool done = false |
int interrupt = 0 |
std::condition_variable interrupt_condition |
std::mutex interrupt_mutex |