RTC Toolkit 4.0.1
Loading...
Searching...
No Matches
Functions | Variables
gui.sighandler Namespace Reference

Functions

def int_signal_handler (signum, frame)
 Signal handler for SIGINT.
 

Variables

int INT_SIGNAL_TIMES = 0
 

Function Documentation

◆ int_signal_handler()

def gui.sighandler.int_signal_handler (   signum,
  frame 
)

Signal handler for SIGINT.

Registers how many times the signal handler has been called. If this is the first time, it requests a gracefull exit. It this is the second time or greater, it terminates the python process with exit code SIGINT.

Variable Documentation

◆ INT_SIGNAL_TIMES

int gui.sighandler.INT_SIGNAL_TIMES = 0