diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-03 15:53:37 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-03 15:53:37 +0200 |
commit | 0c3111cfdac1a762f9eff815f3c3a67981d46ec5 (patch) | |
tree | 8a4f5225b5b9fd8cf5670827bfe7eed2acdeb37c /src/OutputUHD.h | |
parent | 39a302f895432a230388a4b4fff56f63c1af91fd (diff) | |
download | dabmod-0c3111cfdac1a762f9eff815f3c3a67981d46ec5.tar.gz dabmod-0c3111cfdac1a762f9eff815f3c3a67981d46ec5.tar.bz2 dabmod-0c3111cfdac1a762f9eff815f3c3a67981d46ec5.zip |
Add GPS fix checker, still with debugging
Diffstat (limited to 'src/OutputUHD.h')
-rw-r--r-- | src/OutputUHD.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/OutputUHD.h b/src/OutputUHD.h index aed80f6..03acd94 100644 --- a/src/OutputUHD.h +++ b/src/OutputUHD.h @@ -120,6 +120,8 @@ struct UHDWorkerData { // If we want to verify loss of refclk bool check_refclk_loss; + bool check_gpsfix; + // muting set by remote control bool muting; |