#include <fruit/fruit.h>
#include <ros/ros.h>
#include <boost/asio.hpp>
#include <boost/asio/use_future.hpp>
#include <future>
#include "socket.h"
Go to the source code of this file.
|
using | SocketFactory = std::function< std::unique_ptr< Socket >(udp::endpoint, std::shared_ptr< std::function< void(std::vector< uint8_t >)> >)> |
|
◆ SocketFactory
using SocketFactory = std::function<std::unique_ptr<Socket>( udp::endpoint, std::shared_ptr<std::function<void(std::vector<uint8_t>)> >)> |
◆ getFreePort()
udp::endpoint getFreePort |
( |
| ) |
|
◆ getUdpSocketComponent()