3#include <boost/asio.hpp>
4#include <boost/bind.hpp>
7#include "software/networking/udp/udp_sender.h"
28 const std::string& interface,
bool multicast);
57 void sendString(
const std::string& message,
bool async =
false);
61 boost::asio::io_service io_service;
68 std::thread io_service_thread;
Definition threaded_udp_sender.h:10
std::string getIpAddress() const
Definition threaded_udp_sender.cpp:31
void sendString(const std::string &message, bool async=false)
Definition threaded_udp_sender.cpp:36
~ThreadedUdpSender()
Definition threaded_udp_sender.cpp:12
std::string getInterface() const
Definition threaded_udp_sender.cpp:26
Definition udp_sender.h:8