Conscience Core
Classes | Namespaces | Macros | Typedefs | Enumerations
CscMessagingRequestContext.h File Reference
#include "CscCommon.h"
#include "TcpClient.h"

Go to the source code of this file.

Classes

class  conscience_core::communication::CscMessagingRequestContext
 

Namespaces

 conscience_core
 
 conscience_core::communication
 

Macros

#define ENTITY_PORT_UDP_DEFAULT   1705
 
#define ENTITY_PORT_TCP_DEFAULT   1805
 
#define ENGINE_PORT_UDP_DEFAULT   1707
 
#define ENGINE_PORT_TCP_DEFAULT   1807
 
#define MESSAGE_META_PARAM_UDP_RESPONSE_PORT   "udpP"
 
#define MESSAGE_META_PARAMS_SEPARATOR   ":|:"
 

Typedefs

typedef unsigned int conscience_core::communication::CscMessagingPort
 

Enumerations

enum  conscience_core::communication::CscMessagingProtocol { conscience_core::communication::UDP = 0, conscience_core::communication::TCP = 1 }
 

Macro Definition Documentation

◆ ENGINE_PORT_TCP_DEFAULT

#define ENGINE_PORT_TCP_DEFAULT   1807

◆ ENGINE_PORT_UDP_DEFAULT

#define ENGINE_PORT_UDP_DEFAULT   1707

◆ ENTITY_PORT_TCP_DEFAULT

#define ENTITY_PORT_TCP_DEFAULT   1805

◆ ENTITY_PORT_UDP_DEFAULT

#define ENTITY_PORT_UDP_DEFAULT   1705

◆ MESSAGE_META_PARAM_UDP_RESPONSE_PORT

#define MESSAGE_META_PARAM_UDP_RESPONSE_PORT   "udpP"

◆ MESSAGE_META_PARAMS_SEPARATOR

#define MESSAGE_META_PARAMS_SEPARATOR   ":|:"