From d4a1f755a9e5426187fe6e80eb32c299f81104dd Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli (think)" Date: Fri, 17 Aug 2012 11:33:02 +0200 Subject: crc-dabmod: remote control for FIRFilter --- src/OutputUHD.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/OutputUHD.cpp') diff --git a/src/OutputUHD.cpp b/src/OutputUHD.cpp index a852c10..eb55c0d 100644 --- a/src/OutputUHD.cpp +++ b/src/OutputUHD.cpp @@ -332,7 +332,7 @@ void UHDWorker::process(struct UHDWorkerData *uwd) frame->fct, tx_second, pps_offset); uwd->logger->log(info, "OutputUHD: Throwing sample %d away: incomplete timestamp %zu + %f\n", frame->fct, tx_second, pps_offset); - usleep(20000); + usleep(20000); //TODO should this be TM-dependant ? goto loopend; } @@ -500,6 +500,7 @@ void UHDWorker::process(struct UHDWorkerData *uwd) frame->fct, tx_second, pps_offset); + usleep(23000); // 23ms, a bit faster than realtime for TM 2 #endif last_pps = pps_offset; -- cgit v1.2.3