18 #ifndef INCLUDED_UHD_UTILS_TASKS_HPP    19 #define INCLUDED_UHD_UTILS_TASKS_HPP    22 #include <boost/shared_ptr.hpp>    23 #include <boost/function.hpp>    24 #include <boost/utility.hpp>    30         typedef boost::shared_ptr<task> 
sptr;
    46         static sptr make(
const task_fcn_type &task_fcn);
 boost::shared_ptr< task > sptr
Definition: tasks.hpp:30
 
boost::function< void(void)> task_fcn_type
Definition: tasks.hpp:31
 
#define UHD_API
Definition: config.hpp:76
 
Definition: convert.hpp:28