18 #ifndef INCLUDED_UHD_UTILS_WARNING_HPP 19 #define INCLUDED_UHD_UTILS_WARNING_HPP 22 #include <boost/function.hpp> 33 typedef boost::function<void(std::string)>
handler_t;
UHD_API UHD_DEPRECATED const std::vector< std::string > registry_names(void)
#define UHD_DEPRECATED
Definition: config.hpp:68
#define UHD_API
Definition: config.hpp:76
Definition: convert.hpp:28
UHD_API UHD_DEPRECATED void register_handler(const std::string &name, const handler_t &handler)
UHD_API UHD_DEPRECATED handler_t unregister_handler(const std::string &name)
UHD_API UHD_DEPRECATED void post(const std::string &msg)
boost::function< void(std::string)> handler_t
Callback function type for a message handler.
Definition: warning.hpp:33