aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-02-10 18:18:25 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-02-10 18:18:25 +0100
commit8e014a2e4b393fc388f7d64e99e13559267b8dc9 (patch)
tree9d433010b289d8e1fd24df6246f461ddc984712e /host/include
parentef1576780bc927b8611640091b15f3d051cb97ad (diff)
downloaduhd-8e014a2e4b393fc388f7d64e99e13559267b8dc9.tar.gz
uhd-8e014a2e4b393fc388f7d64e99e13559267b8dc9.tar.bz2
uhd-8e014a2e4b393fc388f7d64e99e13559267b8dc9.zip
Add support for LEA-M8F GPSDO board
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/usrp/gps_ctrl.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/include/uhd/usrp/gps_ctrl.hpp b/host/include/uhd/usrp/gps_ctrl.hpp
index 6fda04f21..7af324119 100644
--- a/host/include/uhd/usrp/gps_ctrl.hpp
+++ b/host/include/uhd/usrp/gps_ctrl.hpp
@@ -54,6 +54,12 @@ public:
*/
virtual bool gps_detected(void) = 0;
+ /*!
+ * Return what reference clock the GPSDO outputs.
+ * \return 0 if not GPSDO available. Frequency in kHz if a GPSDO is installed.
+ */
+ virtual int gps_refclock_frequency(void) = 0;
+
//TODO: other fun things you can do with a GPS.
};