aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-06-20 20:45:59 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-06-20 20:45:59 +0200
commitb20ac760403c31351d6f820cb5f2cdc54b042d2e (patch)
tree6574905111740deff55074d29954c4d8ae085bc0
parentc374ddd7dad3293a9452b5523f847878bfbb8071 (diff)
downloaduhd-lea-m8f-003_012_000_000.tar.gz
uhd-lea-m8f-003_012_000_000.tar.bz2
uhd-lea-m8f-003_012_000_000.zip
Add missing gps_ctrl function for E3xx buildslea-m8f-003_012_000_000
-rw-r--r--host/lib/usrp/gpsd_iface.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/usrp/gpsd_iface.cpp b/host/lib/usrp/gpsd_iface.cpp
index 6b47b6be5..35bbb9e67 100644
--- a/host/lib/usrp/gpsd_iface.cpp
+++ b/host/lib/usrp/gpsd_iface.cpp
@@ -104,6 +104,10 @@ public:
bool gps_detected(void) { return _detected; };
+ int gps_refclock_frequency(void) {
+ throw runtime_error("gps_refclock_frequency not implemented for gpsd_iface");
+ };
+
std::vector<std::string> get_sensors(void) { return _sensors; };
private: // member functions