21#ifndef INCLUDED_LORA_MESSAGE_SOCKET_SOURCE_IMPL_H
22#define INCLUDED_LORA_MESSAGE_SOCKET_SOURCE_IMPL_H
25#include <sys/socket.h>
27#include <boost/thread.hpp>
36 const std::string d_addr;
37 const uint16_t d_udp_port;
39 boost::shared_ptr<boost::thread> d_thread;
41 void msg_receive_udp();
Definition: message_socket_source_impl.h:34
message_socket_source_impl(const std::string &addr, uint16_t port)
~message_socket_source_impl()
Message socket source block , using UDP.
Definition: message_socket_source.h:698
Definition: channelizer.h:28