47 #ifndef _MIRA_SIGNALHANDLER_H_ 48 #define _MIRA_SIGNALHANDLER_H_ 53 #include <boost/function.hpp> Encapsulates call stack functionality.
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
IntSignal(int s, const CallStack &stack)
Definition: SignalHandler.h:69
Structure used in signal handlers to pass the signal and callstack.
Definition: SignalHandler.h:67
int sig
The signal that was raised (SIGABRT etc.)
Definition: SignalHandler.h:73
const CallStack & callStack
The call stack backtrace at the moment the signal was raised.
Definition: SignalHandler.h:75
void MIRA_BASE_EXPORT installSignalHandler(int sig, boost::function< void(const IntSignal &)> function)
Registers a function for the specified interrupt signal.
Encapsulates unix call stack functionality.
Definition: CallStack.h:86