21 #ifndef INCLUDED_SATNOGS_DEBUG_MSG_SOURCE_IMPL_H 22 #define INCLUDED_SATNOGS_DEBUG_MSG_SOURCE_IMPL_H 25 #include <boost/thread.hpp> 30 class debug_msg_source_impl :
public debug_msg_source {
32 const size_t d_buf_len;
36 boost::shared_ptr<boost::thread> d_thread;
43 debug_msg_source_impl(
const std::string &msg,
double delay,
bool repeat);
44 ~debug_msg_source_impl();
Definition: amsat_duv_decoder.h:29