From ea2a5c6e6756ec228d87c787e80c4921b1ca763e Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Thu, 15 Jun 2017 15:40:09 -0700 Subject: x300: Added location info to FW ctrl error messages --- host/include/uhd/transport/udp_simple.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/transport/udp_simple.hpp b/host/include/uhd/transport/udp_simple.hpp index c159a95e3..d0f6f36b1 100644 --- a/host/include/uhd/transport/udp_simple.hpp +++ b/host/include/uhd/transport/udp_simple.hpp @@ -93,6 +93,11 @@ public: * Only use this with the broadcast socket. */ virtual std::string get_recv_addr(void) = 0; + + /*! + * Get the IP address for the destination + */ + virtual std::string get_send_addr(void) = 0; }; }} //namespace -- cgit v1.2.3