gstlal 1.13.0
Loading...
Searching...
No Matches
python.pipeparts.sink.ConnectAppsinkDumpDot Class Reference
Inheritance diagram for python.pipeparts.sink.ConnectAppsinkDumpDot:
Collaboration diagram for python.pipeparts.sink.ConnectAppsinkDumpDot:

Public Member Functions

 __init__ (self, pipeline, appsinks, basename, verbose=False)
 execute (self, elem)

Public Attributes

 pipeline = pipeline
str filestem = "%s.%s" % (basename, "TRIGGERS")
 verbose = verbose
 remaining_lock = threading.Lock()
dict remaining = {}

Detailed Description

Add a signal handler to write a pipeline graph upon receipt of the
    first trigger buffer.  the caps in the pipeline graph are not fully
    negotiated until data comes out the end, so this version of the graph
    shows the final formats on all links

Definition at line 466 of file sink.py.

Constructor & Destructor Documentation

◆ __init__()

python.pipeparts.sink.ConnectAppsinkDumpDot.__init__ ( self,
pipeline,
appsinks,
basename,
verbose = False )

Definition at line 473 of file sink.py.

Member Function Documentation

◆ execute()

python.pipeparts.sink.ConnectAppsinkDumpDot.execute ( self,
elem )

Definition at line 484 of file sink.py.

Member Data Documentation

◆ filestem

python.pipeparts.sink.ConnectAppsinkDumpDot.filestem = "%s.%s" % (basename, "TRIGGERS")

Definition at line 475 of file sink.py.

◆ pipeline

python.pipeparts.sink.ConnectAppsinkDumpDot.pipeline = pipeline

Definition at line 474 of file sink.py.

◆ remaining

dict python.pipeparts.sink.ConnectAppsinkDumpDot.remaining = {}

Definition at line 479 of file sink.py.

◆ remaining_lock

python.pipeparts.sink.ConnectAppsinkDumpDot.remaining_lock = threading.Lock()

Definition at line 478 of file sink.py.

◆ verbose

python.pipeparts.sink.ConnectAppsinkDumpDot.verbose = verbose

Definition at line 476 of file sink.py.


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