Orxonox
0.0.5 Codename: Arcturus
|
#include "Connection.h"
#include <cassert>
#include <deque>
#include <enet/enet.h>
#include <boost/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/date_time.hpp>
#include "packet/Packet.h"
#include "util/Output.h"
#include <util/Sleep.h>
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
const boost::posix_time::millisec | orxonox::NETWORK_COMMUNICATION_THREAD_WAIT_TIME (200) |
Variables | |
const unsigned int | orxonox::NETWORK_DISCONNECT_TIMEOUT = 500 |
#define WIN32_LEAN_AND_MEAN |