From 8e014a2e4b393fc388f7d64e99e13559267b8dc9 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 10 Feb 2018 18:18:25 +0100 Subject: Add support for LEA-M8F GPSDO board --- host/include/uhd/usrp/gps_ctrl.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'host/include') 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. }; -- cgit v1.2.3