MIRA
|
Registration of signal handlers for several interrupt signals. More...
#include <signal.h>
#include <boost/function.hpp>
#include <error/CallStack.h>
#include <platform/Platform.h>
Go to the source code of this file.
Classes | |
struct | IntSignal |
Structure used in signal handlers to pass the signal and callstack. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
void MIRA_BASE_EXPORT | installSignalHandler (int sig, boost::function< void(const IntSignal &)> function) |
Registers a function for the specified interrupt signal. More... | |
Registration of signal handlers for several interrupt signals.