gr-satnogs/swig
Manolis Surligas 40aaeece1c Implement a shift register with dynamic size
std::bitset can be used only with compile time known size. Most of the flowgraphs take the shift register size as a parameter through the GRC so it cannot be used. This commit implements a shift register using the std::deque that supports arbitrary number of memory stages
2018-11-29 02:41:36 +02: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 a shift register with dynamic size 2018-11-29 02:41:36 +02:00