News SF.net Project Frequently Asked Questions Documentation Downloads Mailing Lists How to Contribute

SourceForge.net Logo

Changing the way games are made and played.

TNL::EventConnection::EventNote struct Reference

TNL::EventConnection::EventNote Struct Reference


Detailed Description

EventNote associates a single event posted to a connection with a sequence number for ordered processing.


Data Fields

RefPtr< NetEventmEvent
 A safe reference to the event.

S32 mSeqCount
 the sequence number of this event for ordering

EventNotemNextEvent
 The next event either on the connection or on the PacketNotify.


Field Documentation

RefPtr<NetEvent> TNL::EventConnection::EventNote::mEvent
 

A safe reference to the event.

S32 TNL::EventConnection::EventNote::mSeqCount
 

the sequence number of this event for ordering

EventNote* TNL::EventConnection::EventNote::mNextEvent
 

The next event either on the connection or on the PacketNotify.