aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/query_gpsdo_sensors.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: utils: query_gpsdo: Explicitly set time_source to 'gpsdo'.Moritz Fischer2015-05-011-0/+4
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* uhd: Fixed multiple compiler warnings (unused variables, missing literal f)Martin Braun2015-03-111-1/+1
|
* Initial commit E300 support.Martin Braun2014-10-071-8/+13
|
* Updated documentationNicholas Corgan2014-07-311-4/+5
| | | | | * Updated UHD documentation-related URL's after manual overhaul * Updated NI-USRP URL to link to NI-USRP 1.3
* gps: flush uart buffer before waiting for timeJosh Blum2013-04-091-1/+2
| | | | | | This addresses a bug only on the master branch. Also turn off the servo sensor, its too long a delay. We will need to conditionally enable this in a later commit.
* Merge branch 'maint'Josh Blum2013-04-091-1/+1
|\
| * gps: use to_ticks in query app to avoid rounding issuesJosh Blum2013-04-091-1/+1
| | | | | | | | | | | | The to_ticks(1.0) is a preferable way to get whole seconds because it avoids possible rounding issues since just getting full seconds does not account for the frac seconds.
* | gps: added print for pc clock time to query_gpsdoJosh Blum2013-04-091-0/+2
|/
* Modify query_gpsdo_sensors to wait long enough to latch a PPS in before ↵Nick Foster2013-01-091-1/+2
| | | | checking it.
* gpsdo: dont round, do get_full_secsJosh Blum2012-10-181-1/+1
|
* query_gpsdo_sensors: Cleaned up a bit and fixed bugs.Moritz Fischer2012-10-181-123/+121
|
* utils: query_gpsdo_sensors bugfixesNicholas Corgan2012-10-161-120/+123
| | | | | * Fixed method of determining lock from sensor string output * Fixed method of rounding for Windows compatibility
* utils: Query GPSDO SensorsNicholas Corgan2012-10-021-0/+120
* Outputs readings of GPSDO sensors and compares UHD device time with GPS time * Correction of URL for GPSDO installation information