#include "DataReplicator.h"
#include "PacketEnumerations.h"
#include "RakPeerInterface.h"
#include "GetTime.h"
#include "StringCompressor.h"
#include <string.h>
#include <stdio.h>
#include <assert.h>
Functions | |
int | BaseObjectDataComp (DataReplicator::BaseObjectData *data, ReplicatedObject *key) |
int | BaseMemoryDataComp (DataReplicator::BaseMemoryData *data, strToIndexMapType key) |
int | ExtendedMemoryDataComp (DataReplicator::ExtendedMemoryData *data, DataReplicator::BaseData *key) |
int | ExtendedObjectDataComp (DataReplicator::ExtendedObjectData *data, DataReplicator::BaseData *key) |
int | ParticipantStructComp (DataReplicator::ParticipantStruct *data, PlayerID key) |
void | DefaultSerializeCB (void *memory, unsigned memoryByteLength, void *context, RakNet::BitStream *bitStream, void *lastSentValue, unsigned int currentTime, unsigned int lastSendTime, PlayerID playerId, bool *includeTimestamp) |
void | DefaultDeserializeCB (void *memory, unsigned memoryByteLength, void *context, RakNet::BitStream *bitStream, unsigned int timePacketSent, PlayerID playerId) |
void * | DefaultMakeCopyCB (void *memory, unsigned memoryByteLength, void *context) |
void | DefaultCopyFromCB (void *destination, void *source, unsigned memoryByteLength, void *context) |
void | DefaultFreeMemoryCB (void *memory, unsigned byteLength, void *context) |
bool | DefaultShouldSendUpdateCB (void *memory, void *lastSentValue, unsigned memoryByteLength, PlayerID destinationSystem, unsigned int currentTime, unsigned int lastSendTime, void *context) |
Usage of Raknet is subject to the appropriate licence agreement. "Shareware" Licensees with Rakkarsoft LLC are subject to the shareware license found at http://www.rakkarsoft.com/shareWareLicense.html "Commercial" Licensees are subject to the commercial license found at http://www.rakkarsoft.com/sourceCodeLicense.html Custom license users are subject to the terms therein. All other users are subject to the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.