Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
WorldStatePool::UpdateInfo Class Reference#include <WorldStatePool.h>
Detailed Descriptionreturned by isUnread containing information parsed from the incoming messageDefinition at line 141 of file WorldStatePool.h.
Constructor & Destructor Documentation
not implemented
Member Function Documentation
not implemented
Member Data Documentation
status of processing the message should be displayed
Definition at line 149 of file WorldStatePool.h. Referenced by WorldStatePool::isUnread().
serial number of the message
Definition at line 150 of file WorldStatePool.h. Referenced by WorldStatePool::isUnread().
source of the data in the message
Definition at line 151 of file WorldStatePool.h. Referenced by WorldStatePool::isUnread(). sender indicates data is in the queue (if this is heartbeat, treat it as data)
Definition at line 152 of file WorldStatePool.h. Referenced by WorldStatePool::isUnread(). pointer to beginning of the data (NULL if no data available, i.e. heartbeat message)
Definition at line 153 of file WorldStatePool.h. Referenced by WorldStatePool::isUnread(), and WorldStatePool::read().
size of data (0 if no data available, i.e. heartbeat message)
Definition at line 154 of file WorldStatePool.h. Referenced by WorldStatePool::isUnread(), and WorldStatePool::read().
the write buffer read() is expected to use; This is for debugging, if this isn't the buffer selected, display warning
Definition at line 156 of file WorldStatePool.h. Referenced by WorldStatePool::isUnread().
The documentation for this class was generated from the following file: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:49 2007 by Doxygen 1.5.4 |