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

Public Member Functions

 __init__ (self, element, srcpadname, sinkpad)

Static Public Member Functions

 pad_added (element, pad, src_sink_ids)
 no_more_pads (element, srcpadname)

Detailed Description

A class that manages the task of watching for and connecting to new
    source pads by name.  The inputs are an element, the name of the
    source pad to watch for on that element, and the sink pad (on a
    different element) to which the source pad should be linked when it
    appears.

    The "pad-added" signal of the element will be used to watch for new
    pads, and if the "no-more-pads" signal is emitted by the element
    before the requested pad has appeared ValueError is raised.

Definition at line 53 of file source.py.

Constructor & Destructor Documentation

◆ __init__()

python.pipeparts.source.SrcDeferredLink.__init__ ( self,
element,
srcpadname,
sinkpad )

Definition at line 65 of file source.py.

Member Function Documentation

◆ no_more_pads()

python.pipeparts.source.SrcDeferredLink.no_more_pads ( element,
srcpadname )
static

Definition at line 82 of file source.py.

◆ pad_added()

python.pipeparts.source.SrcDeferredLink.pad_added ( element,
pad,
src_sink_ids )
static

Definition at line 74 of file source.py.


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