Tomographer
v5.4
Tomographer C++ Framework Documentation
|
Basic common code for intercepting a signal and basic interfacing to C++. More...
#include <signal.h>
#include <stdio.h>
#include <cstdio>
#include <ctime>
#include <chrono>
Go to the source code of this file.
Classes | |
struct | Tomographer::Tools::SignalHandler |
An abstract signal handler (C++ interface) More... | |
Namespaces | |
Tomographer | |
Base namespace for the Tomographer project. | |
Tomographer::Tools | |
Various useful tools. | |
Macros | |
#define | TOMOGRAPHER_SIG_HANDLER_REPEAT_EXIT_DELAY 2 |
Functions | |
void | Tomographer::Tools::installSignalHandler (int signum, SignalHandler *sobj) |
Installs the given signal handler to catch the signal signum. More... | |
Basic common code for intercepting a signal and basic interfacing to C++.
Definition in file signal_handler.h.