Shadowrun: Awakened 29 September 2011 - Build 871
Classes | Enumerations
ReadyEvent
Plugins

Peer to peer synchronized ready and unready events.

Collaboration diagram for ReadyEvent:

Classes

class  RakNet::ReadyEvent
 Peer to peer synchronized ready and unready events. More...

Enumerations

enum  RakNet::ReadyEventSystemStatus {
  RakNet::RES_NOT_WAITING, RakNet::RES_WAITING, RakNet::RES_READY, RakNet::RES_ALL_READY,
  RakNet::RES_UNKNOWN_EVENT
}

Enumeration Type Documentation

Returns the status of a remote system when querying with ReadyEvent::GetReadyStatus

Enumerator:
RES_NOT_WAITING 

----------- Normal states --------------- The remote system is not in the wait list, and we have never gotten a ready or complete message from it. This is the default state for valid events

RES_WAITING 

We are waiting for this remote system to call SetEvent(thisEvent,true).

RES_READY 

The remote system called SetEvent(thisEvent,true), but it still waiting for other systems before completing the ReadyEvent.

RES_ALL_READY 

The remote system called SetEvent(thisEvent,true), and is no longer waiting for any other systems. This remote system has completed the ReadyEvent

RES_UNKNOWN_EVENT 

Error code, we couldn't look up the system because the event was unknown.

Definition at line 28 of file ReadyEvent.h.


Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net