Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

messages.h File Reference


Namespaces

namespace  ONE
namespace  ONE::network

Classes

class  ONE::network::DeserializeContentMessage
 interface needed for two stage deserialization of a message More...
class  ONE::network::MessageClientReady
 message used to notify the server that the client is ready for a game More...
class  ONE::network::MessageControl
 message used to submit client commands to the server More...
class  ONE::network::MessageCreateSyncable
 message used to notify clients about new Syncables or to reinitialize an existing Syncable (big state) More...
class  ONE::network::MessageDestroySyncable
 message used to notify clients about the removal of a Syncable More...
class  ONE::network::MessageLogic
 message used to synchronize the state of the Logic class (example: who is leading the race?) More...
class  ONE::network::MessagePing
 message used to determine a ping (time for message processing included) More...
class  ONE::network::MessageScriptEvent
 message used to notify clients about script events More...
class  ONE::network::MessageSignOn
 last message sent to client by the method acceptIncomingClient. contains the assigned syncableID. More...
class  ONE::network::MessageSyncableState
 message used to notify clients about the state of a Syncable More...
class  ONE::network::SerializeContentMessage
 interface needed for two stage serialization of a message More...
class  ONE::network::ServerBufferedNetMessage
 interface for messages to a single client that have to be buffered on the server More...

Enumerations

enum  ONE::network::MessageTypeID {
  ONE::network::MSG_NONE = 0, ONE::network::MSG_PING = 1400, ONE::network::MSG_CLIENT_READY = 1500, ONE::network::MSG_CONTROL = 1501,
  ONE::network::MSG_SIGN_ON = 1600, ONE::network::MSG_CREATE_SYNCABLE = 1601, ONE::network::MSG_SYNCABLE_STATE = 1602, ONE::network::MSG_SCRIPT_EVENT = 1603,
  ONE::network::MSG_LOGIC = 1604, ONE::network::MSG_DESTROY_SYNCABLE = 1605
}


Generated on Wed Sep 7 19:03:03 2005 for ONEngine by  doxygen 1.4.3