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 106 of file WorldStatePool.h.

Public Member Functions

 UpdateInfo ()
 constructor, sets msg to NULL, frameNumber to -1U

Public Attributes

OSensorFrameVectorData * msg
 incoming data
unsigned int frameNumber
 serial number of the 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, sets msg to NULL, frameNumber to -1U

Definition at line 109 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

serial number of the message

Definition at line 116 of file WorldStatePool.h.

Referenced by WorldStatePool::isUnread().

the write buffer read() is expected to use; This is for debugging, if this isn't the buffer selected, display warning

Definition at line 118 of file WorldStatePool.h.

Referenced by WorldStatePool::isUnread().

OSensorFrameVectorData* WorldStatePool::UpdateInfo::msg

incoming data

Definition at line 115 of file WorldStatePool.h.

Referenced by WorldStatePool::isUnread().


The documentation for this class was generated from the following file:

Tekkotsu v3.0
Generated Wed Oct 4 00:05:20 2006 by Doxygen 1.4.7