#include <RmpUdp.h>
#include <memory>
#include <utility>
#include <iostream>
#include <exception>
#include <boost/asio.hpp>
#include <boost/asio/deadline_timer.hpp>
#include <boost/bind.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <RmpHelper.h>
#include <RmpLogger.h>
Go to the source code of this file.
Classes | |
class | segway::RmpUdp::Impl |
Namespaces | |
namespace | segway |
Variables | |
static const size_t | segway::MAX_RCV_SIZE = 1024 |
static const long | segway::TIMEOUT = 30 |