GNU Radio 3.5.3.2 C++ API
|
#include <gruel/api.h>
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/locks.hpp>
#include <boost/thread/condition_variable.hpp>
Go to the source code of this file.
Namespaces | |
namespace | gruel |
Include this header to use the message passing features. | |
Typedefs | |
typedef boost::thread | gruel::thread |
typedef boost::mutex | gruel::mutex |
typedef boost::mutex::scoped_lock | gruel::scoped_lock |
typedef boost::condition_variable | gruel::condition_variable |