aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_iface.hpp
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-08-12 18:15:27 -0700
committerNick Foster <nick@nerdnetworks.org>2010-08-12 18:15:27 -0700
commit3fe2744e7aef9f6989b161be3af63a24392ed18a (patch)
tree72154dc1069c8319ab394427a768cbbbd57209d1 /host/lib/usrp/usrp2/usrp2_iface.hpp
parent6be2b64ce86f4bb9f36bae8758d7de2ddbabe2b1 (diff)
downloaduhd-3fe2744e7aef9f6989b161be3af63a24392ed18a.tar.gz
uhd-3fe2744e7aef9f6989b161be3af63a24392ed18a.tar.bz2
uhd-3fe2744e7aef9f6989b161be3af63a24392ed18a.zip
Host-side fixes for GPS UART.
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_iface.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_iface.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_iface.hpp b/host/lib/usrp/usrp2/usrp2_iface.hpp
index 522beadfb..cb247f074 100644
--- a/host/lib/usrp/usrp2/usrp2_iface.hpp
+++ b/host/lib/usrp/usrp2/usrp2_iface.hpp
@@ -104,9 +104,9 @@ public:
bool readback
) = 0;
- virtual void write_uart(boost::uint8_t dev, const uhd::byte_vector_t &buf) = 0;
+ virtual void write_uart(boost::uint8_t dev, const std::string &buf) = 0;
- virtual uhd::byte_vector_t read_uart(boost::uint8_t dev, size_t num_bytes) = 0;
+ virtual std::string read_uart(boost::uint8_t dev, size_t num_bytes) = 0;
/*!
* Set the hardware revision number. Also selects the proper register set for the device.