libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include "messages.hpp"
#include "../../common/server_heartbeats.hpp"
#include <boost/asio/ip/address.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/exception_ptr.hpp>
#include <atomic>
#include <chrono>
#include <thread>
#include "connectivity_policy_impl.hpp"
Go to the source code of this file.
Classes | |
class | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::common::connectivity_policy< LogonT > |
An implementation of the connectivity policy for the MIT protocol. More... | |
struct | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::common::connectivity_policy< LogonT >::gateways_t |
class | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::common::server_hb_t< MsgT > |
Section 5.2.2 "Heartbeats" of [1]. Generate heartbeats from the containing simulator. More... | |
Namespaces | |
namespace | isimud |
namespace | isimud::ISIMUD_VER_NAMESPACE |
namespace | isimud::ISIMUD_VER_NAMESPACE::exchanges |
namespace | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT |
namespace | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::common |