dkozel / gr-latency_manager

A GNU Radio module for limiting the maximum latency in a flowgraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the latency_manager-write-a-block package meant as a guide to building
out-of-tree packages. To use the latency_manager blocks, the Python namespaces
is in 'latency_manager', which is imported as:

    import latency_manager

See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using:

    help(latency_manager)

About

A GNU Radio module for limiting the maximum latency in a flowgraph


Languages

Language:C++ 41.6%Language:CMake 41.0%Language:Python 10.2%Language:C 4.7%Language:Batchfile 1.4%Language:Shell 1.1%