diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-07-18 15:06:45 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-07-18 16:21:58 -0700 |
commit | a308d2e02479d671d5bf0618907b484c47168392 (patch) | |
tree | 6a3c07b582f5a6b2693705fb497b14e3121dc28f /host/lib/usrp/mpmd/mpmd_impl.hpp | |
parent | 34f99a773413ba203fb82fd07ba88a09accd6c1d (diff) | |
download | uhd-a308d2e02479d671d5bf0618907b484c47168392.tar.gz uhd-a308d2e02479d671d5bf0618907b484c47168392.tar.bz2 uhd-a308d2e02479d671d5bf0618907b484c47168392.zip |
mpmd: Add set_timeout_init() API call to mpmd_mboard_impl
Diffstat (limited to 'host/lib/usrp/mpmd/mpmd_impl.hpp')
-rw-r--r-- | host/lib/usrp/mpmd/mpmd_impl.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_impl.hpp b/host/lib/usrp/mpmd/mpmd_impl.hpp index 5efece5d0..d01605426 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.hpp +++ b/host/lib/usrp/mpmd/mpmd_impl.hpp @@ -126,6 +126,9 @@ class mpmd_mboard_impl //! Set the RPC call timeout to the default value void set_timeout_default(); + //! Set the RPC call timeout to the value for initializations + void set_timeout_init(); + private: /*! Reference to the RPC client that handles claiming */ |