aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputUHD.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-07-03 13:49:03 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-07-03 13:49:03 +0200
commit2046b6ebf9c6fdf24506efa716ed8aa99df1d63f (patch)
tree441f7703add025952e33bec152987da9b378feee /src/OutputUHD.h
parent06cec484b141d64ae257e91c46f01da392722567 (diff)
downloaddabmod-2046b6ebf9c6fdf24506efa716ed8aa99df1d63f.tar.gz
dabmod-2046b6ebf9c6fdf24506efa716ed8aa99df1d63f.tar.bz2
dabmod-2046b6ebf9c6fdf24506efa716ed8aa99df1d63f.zip
Replace fixtype by timelock sensor in OutputUHD
Diffstat (limited to 'src/OutputUHD.h')
-rw-r--r--src/OutputUHD.h4
1 files changed, 2 insertions, 2 deletions
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