From 2046b6ebf9c6fdf24506efa716ed8aa99df1d63f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 3 Jul 2015 13:49:03 +0200 Subject: Replace fixtype by timelock sensor in OutputUHD --- src/OutputUHD.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/OutputUHD.h') diff --git a/src/OutputUHD.h b/src/OutputUHD.h index 633de04..8513745 100644 --- a/src/OutputUHD.h +++ b/src/OutputUHD.h @@ -121,7 +121,7 @@ struct UHDWorkerData { // If we want to verify loss of refclk bool check_refclk_loss; - // If we want to check for the gps_fixtype sensor + // If we want to check for the gps_timelock sensor bool check_gpsfix; // muting set by remote control @@ -279,7 +279,7 @@ class OutputUHD: public ModOutput, public RemoteControllable { boost::thread gps_fix_task; // Wait time in seconds to get fix - static const int initial_gps_fix_wait = 60; + static const int initial_gps_fix_wait = 180; // Interval for checking the GPS at runtime static const double gps_fix_check_interval = 10.0; // seconds -- cgit v1.2.3