Top-level hierarchical block representing a flow-graph.
This is a python wrapper around the C++ implementation to allow python subclassing.
Subclass this to create a python hierarchical block.
This is a python wrapper around the C++ hierarchical block implementation. Provides convenience functions and allows proper Python subclassing.
Message class.
The ideas and method names for adjustable message length were lifted from the click modular router “Packet” class.
Constructor Specific Documentation:
public constructor for message
Parameters: |
|
---|
thread-safe message queue
Constructor Specific Documentation:
Parameters: | limit – |
---|
If possible, enable “realtime” scheduling.
In general, this means that the code will be scheduled before any non-realtime (normal) processes. Note that if your code contains an non-blocking infinite loop and you enable realtime scheduling, it’s possible to hang the system.
Proxy of C++ gr::py_feval_dd class
Proxy of C++ gr::py_feval_cc class
Proxy of C++ gr::py_feval_ll class
Proxy of C++ gr::py_feval class