diff options
Diffstat (limited to 'host/include')
| -rw-r--r-- | host/include/uhd/usrp/gps_ctrl.hpp | 6 |
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. }; |
