Classes | Typedefs | Functions

ReliabilityLayer.cpp File Reference

#include "ReliabilityLayer.h"
#include "GetTime.h"
#include "SocketLayer.h"
#include "PluginInterface2.h"
#include "RakAssert.h"
#include "Rand.h"
#include "MessageIdentifiers.h"
#include <math.h>
Include dependency graph for ReliabilityLayer.cpp:

Go to the source code of this file.

Classes

struct  DatagramHeaderFormat

Typedefs

typedef uint32_t BitstreamLengthEncoding

Functions

double Ceil (double d)
int SplitPacketChannelComp (SplitPacketIdType const &key, SplitPacketChannel *const &data)
bool operator< (const DataStructures::MLKeyRef< SplitPacketIndexType > &inputKey, const InternalPacket *cls)
bool operator> (const DataStructures::MLKeyRef< SplitPacketIndexType > &inputKey, const InternalPacket *cls)
bool operator== (const DataStructures::MLKeyRef< SplitPacketIndexType > &inputKey, const InternalPacket *cls)
bool operator< (const DataStructures::MLKeyRef< InternalPacket * > &inputKey, const InternalPacket *cls)
 Semi-hack: This is necessary to call Sort().
bool operator> (const DataStructures::MLKeyRef< InternalPacket * > &inputKey, const InternalPacket *cls)
bool operator== (const DataStructures::MLKeyRef< InternalPacket * > &inputKey, const InternalPacket *cls)

Detailed Description

This file is part of RakNet Copyright 2003 Jenkins Software LLC

Usage of RakNet is subject to the appropriate license agreement.

Definition in file ReliabilityLayer.cpp.


Typedef Documentation

Definition at line 41 of file ReliabilityLayer.cpp.


Function Documentation

double Ceil ( double  d  ) 

Definition at line 18 of file ReliabilityLayer.cpp.

bool operator< ( const DataStructures::MLKeyRef< SplitPacketIndexType > &  inputKey,
const InternalPacket cls 
)

Definition at line 228 of file ReliabilityLayer.cpp.

bool operator< ( const DataStructures::MLKeyRef< InternalPacket * > &  inputKey,
const InternalPacket cls 
)

Semi-hack: This is necessary to call Sort().

Definition at line 241 of file ReliabilityLayer.cpp.

bool operator== ( const DataStructures::MLKeyRef< SplitPacketIndexType > &  inputKey,
const InternalPacket cls 
)

Definition at line 236 of file ReliabilityLayer.cpp.

Here is the call graph for this function:

bool operator== ( const DataStructures::MLKeyRef< InternalPacket * > &  inputKey,
const InternalPacket cls 
)

Definition at line 249 of file ReliabilityLayer.cpp.

Here is the call graph for this function:

bool operator> ( const DataStructures::MLKeyRef< SplitPacketIndexType > &  inputKey,
const InternalPacket cls 
)

Definition at line 232 of file ReliabilityLayer.cpp.

Here is the call graph for this function:

bool operator> ( const DataStructures::MLKeyRef< InternalPacket * > &  inputKey,
const InternalPacket cls 
)

Definition at line 245 of file ReliabilityLayer.cpp.

Here is the call graph for this function:

int SplitPacketChannelComp ( SplitPacketIdType const &  key,
SplitPacketChannel *const &  data 
)

Definition at line 216 of file ReliabilityLayer.cpp.