ReplicaEnums.h File Reference

Contains enumerations used by the ReplicaManager system. This file is a lightweight header, so you can include it without worrying about linking in lots of other crap. More...


Enumerations

enum  {
  REPLICA_RECEIVE_DESTRUCTION = 1<<0, REPLICA_RECEIVE_SERIALIZE = 1<<1, REPLICA_RECEIVE_SCOPE_CHANGE = 1<<2, REPLICA_SEND_CONSTRUCTION = 1<<3,
  REPLICA_SEND_DESTRUCTION = 1<<4, REPLICA_SEND_SCOPE_CHANGE = 1<<5, REPLICA_SEND_SERIALIZE = 1<<6, REPLICA_SET_ALL = 0xFF
}
enum  ReplicaReturnResult { REPLICA_PROCESS_LATER, REPLICA_PROCESSING_DONE, REPLICA_CANCEL_PROCESS, REPLICA_PROCESS_AGAIN }


Detailed Description

Contains enumerations used by the ReplicaManager system. This file is a lightweight header, so you can include it without worrying about linking in lots of other crap.

This file is part of RakNet Copyright 2003 Kevin Jenkins.

Usage of RakNet is subject to the appropriate license agreement. Creative Commons Licensees are subject to the license found at http://creativecommons.org/licenses/by-nc/2.5/ Single application licensees are subject to the license found at http://www.rakkarsoft.com/SingleApplicationLicense.html Custom license users are subject to the terms therein. GPL license 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.


Enumeration Type Documentation

anonymous enum
 

Replica interface flags, used to enable and disable function calls on the Replica object Passed to ReplicaManager::EnableReplicaInterfaces and ReplicaManager::DisableReplicaInterfaces

enum ReplicaReturnResult
 

Enumerator:
REPLICA_PROCESS_LATER  This means call the function again later, with the same parameters.
REPLICA_PROCESSING_DONE  This means we are done processing (the normal result to return).
REPLICA_CANCEL_PROCESS  This means cancel the processing - don't send any network messages and don't change the current state.
REPLICA_PROCESS_AGAIN  Same as REPLICA_PROCESSING_DONE, where a message is sent, but does not clear the send bit. Useful for multi-part sends with different reliability levels. Only currently used by Replica::Serialize


Generated on Sat Oct 14 08:37:37 2006 for RakNet by  doxygen 1.4.6-NO