GNU Radio 3.6.5 C++ API

gr_local_sighandler Class Reference

Get and set signal handler. More...

#include <gr_local_sighandler.h>

List of all members.

Public Member Functions

 gr_local_sighandler (int signum, void(*new_handler)(int))
 ~gr_local_sighandler ()

Static Public Member Functions

static void throw_signal (int signum)

Detailed Description

Get and set signal handler.

Constructor installs new handler, destructor reinstalls original value.


Constructor & Destructor Documentation

gr_local_sighandler::gr_local_sighandler ( int  signum,
void(*)(int)  new_handler 
)
gr_local_sighandler::~gr_local_sighandler ( )

Member Function Documentation

static void gr_local_sighandler::throw_signal ( int  signum) [static]

The documentation for this class was generated from the following file: