Martin Braun
bab99a289f
utils: Added missing newline to query_gpsdo_sensor output
2016-08-18 16:29:43 -07:00
Nicholas Corgan
f86c263682
query_gpsdo_sensors: added OctoClock-G support
2016-06-16 10:49:39 -07:00
Nicholas Corgan
ec75303792
Fixed minor warnings
...
* Mismatched printf format strings
* Number truncation
* Unreferenced variables
2016-06-16 08:02:11 -07:00
Nicholas Corgan
8bfc4f541c
query_gpsdo_sensors: fixed sleep time
2016-03-25 10:39:38 -07:00
Marcus Müller
7b54874264
utils: Updated query_gpsdo_sensors
...
* Beautified the tool:
* better help messages, argument description
* removed device-specific warning about external clock source being unavailable
* if instant LO lock cannot be achieved, wait a few seconds
* try/catches don't swallow unrelated errors
* copyright year
* Since time is no longer auto-set on GPSDO, fix that
2016-03-24 15:52:26 -07:00
Moritz Fischer
96f044e273
uhd: utils: query_gpsdo: Explicitly set time_source to 'gpsdo'.
...
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
2015-05-01 17:04:53 -07:00
Martin Braun
fae746179c
uhd: Fixed multiple compiler warnings (unused variables, missing literal f)
2015-03-11 16:58:09 -07:00
Martin Braun
1b149f5613
Initial commit E300 support.
2014-10-07 12:09:33 +02:00
Nicholas Corgan
5fc3a5973f
Updated documentation
...
* Updated UHD documentation-related URL's after manual overhaul
* Updated NI-USRP URL to link to NI-USRP 1.3
2014-07-31 10:49:34 -07:00
Josh Blum
31f0e964aa
gps: flush uart buffer before waiting for time
...
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.
2013-04-09 20:34:23 -05:00
Josh Blum
417a70fee7
Merge branch 'maint'
2013-04-09 20:02:39 -05:00
Josh Blum
2b2b9464f6
gps: use to_ticks in query app to avoid rounding issues
...
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.
2013-04-09 19:59:40 -05:00
Josh Blum
23609771a1
gps: added print for pc clock time to query_gpsdo
2013-04-09 10:38:53 -07:00
Nick Foster
85883530b1
Modify query_gpsdo_sensors to wait long enough to latch a PPS in before checking it.
2013-01-09 10:31:35 -08:00
Josh Blum
0255cd0fbb
gpsdo: dont round, do get_full_secs
2012-10-18 12:09:45 -07:00
Moritz Fischer
a8438fa16a
query_gpsdo_sensors: Cleaned up a bit and fixed bugs.
2012-10-18 11:57:27 -07:00
Nicholas Corgan
6a8259f297
utils: query_gpsdo_sensors bugfixes
...
* Fixed method of determining lock from sensor string output
* Fixed method of rounding for Windows compatibility
2012-10-16 13:06:14 -07:00
Nicholas Corgan
390752c6d9
utils: Query GPSDO Sensors
...
* Outputs readings of GPSDO sensors and compares UHD device time with GPS time
* Correction of URL for GPSDO installation information
2012-10-02 18:07:24 -07:00