diff options
author | Nick Foster <nick@ettus.com> | 2011-06-17 15:38:20 -0700 |
---|---|---|
committer | Nick Foster <nick@ettus.com> | 2011-06-17 16:01:24 -0700 |
commit | ab63a540883bf4c21980ac30b746045e00fffc0a (patch) | |
tree | fde3dd1669c965ff8a28334314eea0498e221c86 /host/docs/gpsdo.rst | |
parent | 42f8c623f9161b9810433985d3a5555633b8c869 (diff) | |
download | uhd-ab63a540883bf4c21980ac30b746045e00fffc0a.tar.gz uhd-ab63a540883bf4c21980ac30b746045e00fffc0a.tar.bz2 uhd-ab63a540883bf4c21980ac30b746045e00fffc0a.zip |
Refactor GPS code to duplicate way less stuff, make members private
Diffstat (limited to 'host/docs/gpsdo.rst')
-rw-r--r-- | host/docs/gpsdo.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/gpsdo.rst b/host/docs/gpsdo.rst index dc03f6ae9..a0f2d67da 100644 --- a/host/docs/gpsdo.rst +++ b/host/docs/gpsdo.rst @@ -53,7 +53,7 @@ GPS data is obtained through the mboard_sensors interface. To retrieve the current GPS time, use the "gps_time" sensor: :: -usrp->get_mboard_sensor("gps_time"); + usrp->get_mboard_sensor("gps_time"); The returned value will be the current epoch time, in seconds since January 1, 1970. This value is readily converted into human-readable |