Major updates to the implementation of the scheduler version code's threading. New version uses a fixed pool of continuously-running threads (previous implementation dynamically created threads for each task -- and we ran into system thread limits). This also now adds proper support for non-critical tasks (e.g. for testing/development purposes) for both FFT and Viterbi tasks of Mini-ERA.
Major updates to the implementation of the scheduler version code's threading. New version uses a fixed pool of continuously-running threads (previous implementation dynamically created threads for each task -- and we ran into system thread limits). This also now adds proper support for non-critical tasks (e.g. for testing/development purposes) for both FFT and Viterbi tasks of Mini-ERA.