diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2017-06-15 15:40:09 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2017-06-15 15:40:09 -0700 |
commit | ea2a5c6e6756ec228d87c787e80c4921b1ca763e (patch) | |
tree | be8dd95986d74658485f4767af331aebd36734af /host/include | |
parent | 6270f79a56635fca8484f120e8c4bb8874fdc903 (diff) | |
download | uhd-ea2a5c6e6756ec228d87c787e80c4921b1ca763e.tar.gz uhd-ea2a5c6e6756ec228d87c787e80c4921b1ca763e.tar.bz2 uhd-ea2a5c6e6756ec228d87c787e80c4921b1ca763e.zip |
x300: Added location info to FW ctrl error messages
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/transport/udp_simple.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 |