Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

WorldStatePool.h File Reference


Detailed Description

Author:
Ethan Tira-Thompson (ejt) (Creator)

Author
ejt
Name
tekkotsu-4_0
Revision
1.19
State
Exp
Date
2007/11/11 23:57:26

Definition in file WorldStatePool.h.

#include "WorldState.h"
#include "IPC/MutexLock.h"
#include "IPC/ListMemBuf.h"
#include "Shared/Resource.h"
#include "Motion/PostureEngine.h"
#include <stdexcept>

Include dependency graph for WorldStatePool.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WorldStatePool
 holds multiple instances of WorldState, allows one process to be updating while another is reading More...
class  WorldStatePool::Request
 common base class for ReadRequest or WriteRequest More...
class  WorldStatePool::ReadRequest
 retrieves the current WorldState entry, and through it's destructor, marks the entry available again when it goes out of scope More...
class  WorldStatePool::WriteRequest
 retrieves the current WorldState entry, and through it's destructor, marks the entry available again when it goes out of scope More...
class  WorldStatePool::UpdateInfo
 returned by isUnread containing information parsed from the incoming message More...

Defines

#define WORLDSTATEPOOL_NUM_STATES   3
 provides default value for WorldStatePool::NUM_STATES, allows you to override from build settings, without touching source


Define Documentation

#define WORLDSTATEPOOL_NUM_STATES   3

provides default value for WorldStatePool::NUM_STATES, allows you to override from build settings, without touching source

Definition at line 16 of file WorldStatePool.h.


Tekkotsu v4.0
Generated Thu Nov 22 00:58:04 2007 by Doxygen 1.5.4