diff options
author | Josh Blum <josh@joshknows.com> | 2011-05-04 19:53:01 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-05-04 19:53:01 -0700 |
commit | 09be0518cee887878f3b070adea25eccc4c06e60 (patch) | |
tree | d25df33a4860116d51fd5ac49753739397948353 /host/include | |
parent | 805da3ef3d5b04dfa39587c531a3415b09d2ea5b (diff) | |
download | uhd-09be0518cee887878f3b070adea25eccc4c06e60.tar.gz uhd-09be0518cee887878f3b070adea25eccc4c06e60.tar.bz2 uhd-09be0518cee887878f3b070adea25eccc4c06e60.zip |
uhd: removed more iostream stuff from usrp* implementations
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/utils/log.hpp | 1 | ||||
-rw-r--r-- | host/include/uhd/utils/msg.hpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/host/include/uhd/utils/log.hpp b/host/include/uhd/utils/log.hpp index 503c468f1..666dfa982 100644 --- a/host/include/uhd/utils/log.hpp +++ b/host/include/uhd/utils/log.hpp @@ -73,6 +73,7 @@ namespace uhd{ namespace _log{ regularly = 3, rarely = 4, very_rarely = 5, + never = 6, }; //! Internal logging object (called by UHD_LOG macros) diff --git a/host/include/uhd/utils/msg.hpp b/host/include/uhd/utils/msg.hpp index a78e04ad3..2313215bf 100644 --- a/host/include/uhd/utils/msg.hpp +++ b/host/include/uhd/utils/msg.hpp @@ -37,6 +37,7 @@ namespace uhd{ namespace msg{ status = 's', warning = 'w', error = 'e', + fastpath= 'f' }; //! Typedef for a user-registered message handler |