Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

WorldStatePool::UpdateInfo Class Reference

#include <WorldStatePool.h>

List of all members.


Detailed Description

returned by isUnread containing information parsed from the incoming message

Definition at line 141 of file WorldStatePool.h.


Public Member Functions

 UpdateInfo ()
 constructor

Public Attributes

unsigned int verbose
 status of processing the message should be displayed
unsigned int frameNumber
 serial number of the message
std::string filename
 source of the data in the message
bool dataInQueue
 sender indicates data is in the queue (if this is heartbeat, treat it as data)
char * payload
 pointer to beginning of the data (NULL if no data available, i.e. heartbeat message)
unsigned int payloadSize
 size of data (0 if no data available, i.e. heartbeat message)
unsigned int intendedBuf
 the write buffer read() is expected to use; This is for debugging, if this isn't the buffer selected, display warning

Private Member Functions

 UpdateInfo (const UpdateInfo &)
 not implemented
UpdateInfo operator= (const UpdateInfo &)
 not implemented

Constructor & Destructor Documentation

WorldStatePool::UpdateInfo::UpdateInfo (  )  [inline]

constructor

Definition at line 144 of file WorldStatePool.h.

WorldStatePool::UpdateInfo::UpdateInfo ( const UpdateInfo  )  [private]

not implemented


Member Function Documentation

UpdateInfo WorldStatePool::UpdateInfo::operator= ( const UpdateInfo  )  [private]

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