/** ALOE headers */ #include #include #include #include "turbocoder.h" #include "typetools.h" #include "itf_types.h" #include "inputs.h" #include "outputs.h" #include "stats.h" int configured; char input_bits[INPUT_MAX_DATA*8]; int process_input(int len) { int l; char *wptr; int rpm,wpm; /* if working without control interface, set blocklenght to received packet length */ if (!configured) { numblocks = DIVINT(8*len,MAX_LONG_CB); longblock = (8*len-12)/numblocks; } if (len