diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-28 12:04:08 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-28 12:04:08 -0700 |
commit | 5098256a258623b2d0bb6aa54b923f22e92a178f (patch) | |
tree | 1bc0019735f0b1b557f5b573b4bbbe8713646ffd /host/lib/usrp/e100/e100_ctrl.hpp | |
parent | 0d9421b7ab57471d0bb223117413d01ac8299240 (diff) | |
download | uhd-5098256a258623b2d0bb6aa54b923f22e92a178f.tar.gz uhd-5098256a258623b2d0bb6aa54b923f22e92a178f.tar.bz2 uhd-5098256a258623b2d0bb6aa54b923f22e92a178f.zip |
e100: added support for internal gpsdo
Diffstat (limited to 'host/lib/usrp/e100/e100_ctrl.hpp')
-rw-r--r-- | host/lib/usrp/e100/e100_ctrl.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/e100/e100_ctrl.hpp b/host/lib/usrp/e100/e100_ctrl.hpp index 8520ea595..fd66791d4 100644 --- a/host/lib/usrp/e100/e100_ctrl.hpp +++ b/host/lib/usrp/e100/e100_ctrl.hpp @@ -36,6 +36,9 @@ public: //! Make an i2c iface for the i2c device node static uhd::spi_iface::sptr make_aux_spi_iface(void); + //! Make a uart iface for the uart device node + static uhd::uart_iface::sptr make_gps_uart_iface(const std::string &node); + virtual void ioctl(int request, void *mem) = 0; virtual int get_file_descriptor(void) = 0; |