![]() |
gstlal
1.4.1
|
Public Member Functions | |
| def | __init__ (self, pipeline, signals=[signal.SIGINT, signal, SIGTERM) |
| def | do_on_call (self, signum, frame) |
| def | __call__ (self, signum, frame) |
Public Attributes | |
| pipeline | |
| count | |
A helper class for application signal handling. Use this to help your application to cleanly shutdown gstreamer pipelines when responding to e.g., ctrl+c.
Definition at line 133 of file simplehandler.py.
| def python.simplehandler.OneTimeSignalHandler.do_on_call | ( | self, | |
| signum, | |||
| frame | |||
| ) |
Over ride this for your subclass
Definition at line 145 of file simplehandler.py.
1.8.14