MIRA
Classes | Namespaces | Functions
SignalHandler.h File Reference

Registration of signal handlers for several interrupt signals. More...

#include <signal.h>
#include <boost/function.hpp>
#include <error/CallStack.h>
#include <platform/Platform.h>
Include dependency graph for SignalHandler.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Registration of signal handlers for several interrupt signals.

Author
Erik Einhorn
Date
2010/10/07