gr-satnogs/swig
Manolis Surligas ad590174e0 Implement the generic decoder API
To simplify the logic and allow an easy and more efficient way to add
new decoders, the new architecture uses only one decoder block.

This block takes as input a void* stream and produces PDUs with their
metadata. To do so, the block accepts a decoder object. Every decoder
should implement the virtual class decoder(). This class provides the
necessary API and an arbitrary number of decoders can be supported. The
decoding status is reported to the frame_decoder block through the
decoder_status_t structure.
2019-09-30 19:32:21 +03:00
..
CMakeLists.txt Fix Swig issue with the debug blocks 2018-02-02 14:33:00 +02:00
satnogs_debug_swig.i Remove left over flowgraphs and files 2018-11-24 02:11:51 +02:00
satnogs_swig.py.in Fix Swig issue with the debug blocks 2018-02-02 14:33:00 +02:00
satnogs_swig0.i Implement the generic decoder API 2019-09-30 19:32:21 +03:00