Rearrangements to the receive thread.

Magnitude conversion now happens immediately when sample data is
received, so there is no risk of newly received data clobbering old
data under CPU overload.
This commit is contained in:
Oliver Jowett 2015-04-09 18:51:31 +01:00
parent e6c81251bf
commit 15ea5ba3da
11 changed files with 234 additions and 160 deletions

View file

@ -22,6 +22,8 @@
#include <stdint.h>
void demodulate2400(uint16_t *m, uint32_t mlen);
struct mag_buf;
void demodulate2400(struct mag_buf *mag);
#endif