gstlal 1.13.0
Loading...
Searching...
No Matches
python.psd.PSDHandler Class Reference
Inheritance diagram for python.psd.PSDHandler:
Collaboration diagram for python.psd.PSDHandler:

Public Member Functions

 __init__ (self, *args, **kwargs)
 do_on_message (self, bus, message)
Public Member Functions inherited from python.simplehandler.Handler
 __init__ (self, mainloop, pipeline)
 quit (self, bus)
 on_message (self, bus, message)

Public Attributes

 psd = None
Public Attributes inherited from python.simplehandler.Handler
 mainloop = mainloop
 pipeline = pipeline
 on_message_handler_id = bus.connect("message", self.on_message)

Detailed Description

Definition at line 83 of file psd.py.

Constructor & Destructor Documentation

◆ __init__()

python.psd.PSDHandler.__init__ ( self,
* args,
** kwargs )

Definition at line 84 of file psd.py.

Member Function Documentation

◆ do_on_message()

python.psd.PSDHandler.do_on_message ( self,
bus,
message )
Add extra message handling by overriding this in your
subclass.  If this method returns True, no further message
handling is performed.  If this method returns False,
message handling continues with default cases or EOS, INFO,
WARNING and ERROR messages.

Reimplemented from python.simplehandler.Handler.

Definition at line 88 of file psd.py.

Member Data Documentation

◆ psd

python.psd.PSDHandler.psd = None

Definition at line 85 of file psd.py.


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