Network_Definitions

Definitions of functions, types and variables.

CreateNetwork Function
C++
CRYNETWORK_API INetwork * CreateNetwork(ISystem * pSystem, int ncpu);
File

INetwork.h

ChannelMaskType Type
C++
typedef uint8 ChannelMaskType;
File

INetwork.h

CPriorityPulseStatePtr Type
C++
typedef _smart_ptr<CPriorityPulseState> CPriorityPulseStatePtr;
File

INetwork.h

HMStateType Type
C++
typedef uint32 HMStateType;
File

INetwork.h

IBreakDescriptionInfoPtr Type
C++
typedef _smart_ptr<IBreakDescriptionInfo> IBreakDescriptionInfoPtr;
File

INetwork.h

INetBreakagePlaybackPtr Type
C++
typedef _smart_ptr<INetBreakagePlayback> INetBreakagePlaybackPtr;
File

INetwork.h

INetBreakageSimplePlaybackPtr Type
C++
typedef _smart_ptr<INetBreakageSimplePlayback> INetBreakageSimplePlaybackPtr;
File

INetwork.h

INetSendableHookPtr Type
C++
typedef _smart_ptr<INetSendableHook> INetSendableHookPtr;
File

INetwork.h

INetSendablePtr Type
C++
typedef _smart_ptr<INetSendable> INetSendablePtr;
File

INetwork.h

INetworkServicePtr Type
C++
typedef _smart_ptr<INetworkService> INetworkServicePtr;
File

INetwork.h

Description

An ancillary service provided by the network system.

IRMIMessageBodyPtr Type
C++
typedef _smart_ptr<IRMIMessageBody> IRMIMessageBodyPtr;
File

INetwork.h

ISerializableInfoPtr Type
C++
typedef _smart_ptr<ISerializableInfo> ISerializableInfoPtr;
File

INetwork.h

NetworkAspectID Type
C++
typedef uint8 NetworkAspectID;
File

INetwork.h

NetworkAspectType Type
C++
typedef ASPECT_TYPE NetworkAspectType;
File

INetwork.h

PFNCREATENETWORK Type
C++
typedef INetwork * (* PFNCREATENETWORK)(ISystem *pSystem, int ncpu);
File

INetwork.h

ProfileLeafList Type
C++
typedef DynArray<SProfileInfoStat> ProfileLeafList;
File

INetwork.h

TCipher Type
C++
typedef void* TCipher;
File

INetwork.h

TNetChannelID Type
C++
typedef uint32 TNetChannelID;
File

INetwork.h

TNetMessageCallbackResult Type
C++
typedef std::pair<bool,INetAtSyncItem*> TNetMessageCallbackResult;
File

INetwork.h

TPacketSize Type
C++
typedef uint32 TPacketSize;
File

INetwork.h

CREATE_CHANNEL_ERROR_SIZE Variable
C++
const int CREATE_CHANNEL_ERROR_SIZE = 256;
File

INetwork.h

DEMO_PLAYBACK_SEQ_NUMBER Variable
C++
const uint32 DEMO_PLAYBACK_SEQ_NUMBER = ~uint32(0);
File

INetwork.h

Description

If we are playing back a demo, and simulating packets, oldSeq == curSeq == DEMO_PLAYBACK_SEQ_NUMBER.

LOCAL_CONNECTION_STRING Variable
C++
const char * LOCAL_CONNECTION_STRING = "";
File

INetwork.h

MAX_PROFILE_STRING_LEN Variable
C++
const int MAX_PROFILE_STRING_LEN = 31;
File

INetworkService.h

MAXIMUM_PULSES_PER_STATE Variable
C++
const int MAXIMUM_PULSES_PER_STATE = 6;
File

INetwork.h

MaxProfilesPerAspect Variable
C++
const size_t MaxProfilesPerAspect = 8;
File

INetwork.h

NULL_CONNECTION_STRING Variable
C++
const char * NULL_CONNECTION_STRING = "";
File

INetwork.h