diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-01-05 14:59:03 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-01-10 12:25:13 -0800 |
commit | 02b407c92174717fd571ed7b1c85ebc0e5ac35c7 (patch) | |
tree | fad57e31f42c7d11ceb27526ba4b1c7b64a7ccc2 /host/lib/usrp/mpmd/mpmd_impl.hpp | |
parent | cf7f3d5a47929e04dbb2664ee163f59ff6f84b4a (diff) | |
download | uhd-02b407c92174717fd571ed7b1c85ebc0e5ac35c7.tar.gz uhd-02b407c92174717fd571ed7b1c85ebc0e5ac35c7.tar.bz2 uhd-02b407c92174717fd571ed7b1c85ebc0e5ac35c7.zip |
mpmd: Add API to read back logs from device and send to native logging
Diffstat (limited to 'host/lib/usrp/mpmd/mpmd_impl.hpp')
-rw-r--r-- | host/lib/usrp/mpmd/mpmd_impl.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_impl.hpp b/host/lib/usrp/mpmd/mpmd_impl.hpp index e71e83af6..f24f6d3fc 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.hpp +++ b/host/lib/usrp/mpmd/mpmd_impl.hpp @@ -130,6 +130,11 @@ class mpmd_mboard_impl const uhd::device_addr_t mb_args ); + /*! Read out the log buffer from the MPM device and send it to native + * logging system. + */ + void dump_logs(const bool dump_to_null=false); + /************************************************************************* * Private attributes ************************************************************************/ |