Namespaces

aesop-client.cpp File Reference

#include "aesop-client.h"
#include "object-sync.h"
#include "common/wave_ex.h"
#include "conversation/conversation.h"
#include "aesop-map/map.h"
#include "aesop-proto/message.h"
#include "aesop-proto/protocol.h"
#include "crypto/crypto.h"
#include "datahash/datahash_text.h"
#include "datahash/datahash_util.h"
#include "dialog/request.h"
#include "map-manager/map-manager.h"
#include "netrq/netrq.h"
#include "perf/perf.h"
#include "story/story.h"
#include "typeinst/typeinst.h"
#include "xdrbuf/xdrbuf.h"
Include dependency graph for aesop-client.cpp:

Go to the source code of this file.

Namespaces

namespace  aesop



typedef netlib::conn_id_t aesop::conn_id_t
typedef netlib::envelope_t aesop::envelope_t
typedef netlib::MessageBuffer aesop::MessageBuffer
typedef std::map< int,
smart_ptr
< client_player_record_t > > 
aesop::player_map_t
typedef std::map< std::string,
smart_ptr< Map > > 
aesop::id_map_t
typedef std::map< std::string,
smart_ptr< converse_rec_t > > 
aesop::conversation_map_t
static const int aesop::s_maxIdLength = 32
static const int aesop::s_bigNumber = 32000
static const int aesop::s_smallNumber = 2
static int aesop::s_authCountdown = 0
static const float aesop::s_maxTimeDelta = 0.1
static const float aesop::s_minTimeDelta = 1.0e-4
static const int aesop::s_udpOutSize = 824
static const float aesop::s_minStateMessageWaitTime = 0.5
static const float aesop::s_maxStateMessageWaitTime = 3.0
static const char * aesop::s_reqIdConnect = "connect"
static const char * aesop::s_reqIdAuthorize = "auth"
static const char * aesop::getServerHashKey (IN const server_info_t &si, IO char *buffer)