Sirikata
Classes | Namespaces | Defines | Typedefs
libcore/include/sirikata/core/network/SSTImpl.hpp File Reference
#include <sirikata/core/util/Platform.hpp>
#include <sirikata/core/service/Service.hpp>
#include <sirikata/core/util/Timer.hpp>
#include <sirikata/core/service/Context.hpp>
#include <sirikata/core/network/Message.hpp>
#include <sirikata/core/network/ObjectMessage.hpp>
#include "Protocol_SSTHeader.pbj.hpp"
#include <boost/lexical_cast.hpp>
#include <boost/asio.hpp>
#include <sirikata/core/options/CommonOptions.hpp>
Include dependency graph for SSTImpl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sirikata::SST::EndPoint< EndObjectType >
class  Sirikata::SST::EndPoint< EndObjectType >::Hasher
class  Sirikata::SST::Mutex
class  Sirikata::SST::CallbackTypes< EndPointType >
class  Sirikata::SST::ConnectionVariables< EndPointType >
class  Sirikata::SST::BaseDatagramLayer< EndPointType >
class  Sirikata::SST::ChannelSegment
class  Sirikata::SST::Connection< EndPointType >
class  Sirikata::SST::StreamBuffer
class  Sirikata::SST::Stream< EndPointType >
class  Sirikata::SST::ConnectionManager< EndPointType >
 Manages SST Connections. More...

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


namespace  Sirikata::SST

Defines

#define SST_LOG(lvl, msg)   SILOG(sst,lvl,msg);
#define SST_IMPL_SUCCESS   0
#define SST_IMPL_FAILURE   -1

Typedefs

typedef UUID Sirikata::SST::USID
typedef uint32 Sirikata::SST::LSID

Define Documentation

#define SST_IMPL_FAILURE   -1
#define SST_IMPL_SUCCESS   0
#define SST_LOG (   lvl,
  msg 
)    SILOG(sst,lvl,msg);